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

Function getMaxReadKeySize

fdbclient/NativeAPI.actor.cpp:10119–10121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10117}
10118
10119int64_t getMaxReadKeySize(KeyRef const& key) {
10120 return getMaxKeySize(key);
10121}
10122
10123int64_t getMaxWriteKeySize(KeyRef const& key, bool hasRawAccess) {
10124 int64_t tenantSize = hasRawAccess ? TenantMapEntry::PREFIX_SIZE : 0;

Callers 4

getMethod · 0.85
addReadConflictRangeMethod · 0.85
getMethod · 0.85
addReadConflictRangeMethod · 0.85

Calls 1

getMaxKeySizeFunction · 0.85

Tested by

no test coverage detected