MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / getFDBKey

Function getFDBKey

src/QLContext.actor.cpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109};
110
111static string getFDBKey(DataKey const& key) {
112 return key.toString();
113}
114
115ACTOR static Future<Optional<DataValue>> FDBPlugin_get(DataKey key, Reference<DocTransaction> tr) {
116 Optional<FDBStandalone<ValueRef>> v = wait(tr->tr->get(KeyRef(getFDBKey(key))));

Callers 7

setMethod · 0.85
clearDescendantsMethod · 0.85
clearMethod · 0.85
doIndexUpdateActorMethod · 0.85
doIndexUpdateActorMethod · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected