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

Method flags

cpp/shard/BlockServicesCacheDB.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 BlockServiceFlags flags() const {
173 if (unlikely(version() == 0)) { return BlockServiceFlags::EMPTY; }
174 return flagsV1();
175 }
176
177 void setFlags(BlockServiceFlags f) {
178 ALWAYS_ASSERT(version() > 0);

Callers 3

readBlockServiceInfoFunction · 0.80
BlockServicesCacheDBMethod · 0.80
DOCTEST_DEFINE_DECORATORFunction · 0.80

Calls

no outgoing calls

Tested by 1

DOCTEST_DEFINE_DECORATORFunction · 0.64