MCPcopy 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
10115int64_t getMaxKeySize(KeyRef const& key) {
10116 return getMaxWriteKeySize(key, true);
10117}
10118
10119int64_t getMaxReadKeySize(KeyRef const& key) {
10120 return getMaxKeySize(key);

Callers 6

addWriteConflictRangeMethod · 0.85
getMaxReadKeySizeFunction · 0.85
getMaxClearKeySizeFunction · 0.85
addWriteConflictRangeMethod · 0.85
setKeyMethod · 0.85

Calls 1

getMaxWriteKeySizeFunction · 0.85

Tested by

no test coverage detected