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

Method get

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

Source from the content-addressed store, hash-verified

199 }
200
201 Future<Optional<DataValue>> get(Reference<DocTransaction> tr, DataKey key) override {
202 return FDBPlugin_get(key, tr);
203 }
204
205 GenFutureStream<KeyValue> getDescendants(Reference<DocTransaction> tr,
206 DataKey key,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected