Skip to content

refactor: hide leveldb interface into leveldb_wrapper #193

refactor: hide leveldb interface into leveldb_wrapper

refactor: hide leveldb interface into leveldb_wrapper #193

Triggered via push June 6, 2023 07:56
Status Success
Total duration 55s
Artifacts

ci-build.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
bugprone-lambda-function-name: src/limestone/datastore_snapshot.cpp#L177
inside a lambda, '__FUNCTION__' expands to the name of the function call operator; consider capturing the name of the enclosing function explicitly
performance-unnecessary-value-param: src/limestone/leveldb_wrapper.h#L73
the parameter 'fun' is copied for each invocation but only used as a const reference; consider making it a const reference