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

Method setPath

cpp/shard/BlockServicesCacheDB.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 void setPath(const std::string& p) {
269 ALWAYS_ASSERT(version() >= 2);
270 setPathV2(BincodeBytesRef(p.data(), p.size()));
271 }
272};
273
274std::vector<rocksdb::ColumnFamilyDescriptor> BlockServicesCacheDB::getColumnFamilyDescriptors() {

Callers 2

writeBlockServiceInfoFunction · 0.80

Calls 3

BincodeBytesRefClass · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected