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

Method path

cpp/shard/BlockServicesCacheDB.cpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 }
261
262 std::string_view path() const {
263 if (version() < 2) { return ""; }
264 auto ref = pathV2();
265 return std::string_view(ref.data(), ref.size());
266 }
267
268 void setPath(const std::string& p) {
269 ALWAYS_ASSERT(version() >= 2);

Callers 2

readBlockServiceInfoFunction · 0.80
BlockServicesCacheDBMethod · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected