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

Method get

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

Source from the content-addressed store, hash-verified

573 }
574
575 virtual Future<Optional<DataValue>> get(StringRef key) { return layers->get(tr, DataKey(prefix).append(key)); }
576 virtual GenFutureStream<KeyValue> getDescendants(StringRef begin,
577 StringRef end,
578 Reference<FlowLock> flowControlLock) {

Callers

nothing calls this directly

Calls 3

DataKeyClass · 0.85
appendMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected