MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / CreateInt64AddOperator

Function CreateInt64AddOperator

cpp/core/RocksDBUtils.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::shared_ptr<rocksdb::MergeOperator> CreateInt64AddOperator() {
42 return std::make_shared<Int64AddOperator>();
43}
44
45// These are low hanging fruits (int stats that are probably useful), eventually
46// I want to parse level info, histograms, etc.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected