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

Function getMaxClearKeySize

fdbclient/NativeAPI.actor.cpp:10129–10131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10127}
10128
10129int64_t getMaxClearKeySize(KeyRef const& key) {
10130 return getMaxKeySize(key);
10131}
10132
10133namespace NativeAPI {
10134

Callers 3

clearMethod · 0.85
clearMethod · 0.85

Calls 1

getMaxKeySizeFunction · 0.85

Tested by

no test coverage detected