Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
removeRemapEntry
Function · 0.45
Future<Void> prefixClusteredInsert
Function · 0.45
Future<Void> sequentialInsert
Function · 0.45
Future<Void> randomRangeScans
Function · 0.45
getKeyValueStoreType
Method · 0.45
preprocessMappedKey
Function · 0.45
Future<Void> memoryStoreRecover
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected