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

Method getType

fdbserver/VersionedBTree.actor.cpp:2177–2177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2175 }
2176
2177 Type getType() const { return getTypeOf(newPageID); }
2178
2179 bool operator<(const RemappedPage& rhs) const { return version < rhs.version; }
2180

Callers 7

removeRemapEntryFunction · 0.45
getKeyValueStoreTypeMethod · 0.45
preprocessMappedKeyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected