Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getMaxKeySize
Function
getMaxKeySize
fdbclient/NativeAPI.actor.cpp:10115–10117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10113
}
10114
10115
int64_t getMaxKeySize(KeyRef const& key) {
10116
return getMaxWriteKeySize(key, true);
10117
}
10118
10119
int64_t getMaxReadKeySize(KeyRef const& key) {
10120
return getMaxKeySize(key);
Callers
6
WriteDuringRead.actor.cpp
File · 0.85
addWriteConflictRange
Method · 0.85
getMaxReadKeySize
Function · 0.85
getMaxClearKeySize
Function · 0.85
addWriteConflictRange
Method · 0.85
setKey
Method · 0.85
Calls
1
getMaxWriteKeySize
Function · 0.85
Tested by
no test coverage detected