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

Method decode

fdbclient/SpecialKeySpace.actor.cpp:584–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584Key SpecialKeySpace::decode(const KeyRef& key) {
585 auto impl = writeImpls[key];
586 ASSERT(impl != nullptr);
587 return impl->decode(key);
588}
589
590KeyRange SpecialKeySpace::decode(const KeyRangeRef& kr) {
591 // Only allow to decode key range in the same underlying impl range

Callers 7

to_strFunction · 0.45
apply_address_to_lineMethod · 0.45
__init__Method · 0.45
run_commandFunction · 0.45
includeServersFunction · 0.45
includeLocalitiesFunction · 0.45

Calls 6

rangeContainingMethod · 0.80
KeyRangeRefClass · 0.50
valueMethod · 0.45
withPrefixMethod · 0.45
removePrefixMethod · 0.45

Tested by

no test coverage detected