MCPcopy Create free account
hub / github.com/apple/foundationdb / assertRef

Method assertRef

fdbclient/include/fdbclient/SnapshotCache.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 StringRef assertRef() const {
56 ASSERT(extra_zero_bytes == 0);
57 return base;
58 }
59
60 StringRef toArena(Arena& a) const {
61 if (extra_zero_bytes) {

Callers 2

kvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected