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

Method get

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

Source from the content-addressed store, hash-verified

85 virtual void delref() = 0;
86
87 virtual Future<Optional<DataValue>> get(Reference<DocTransaction> tr, DataKey key) { return next->get(tr, key); }
88 virtual GenFutureStream<KeyValue> getDescendants(Reference<DocTransaction> tr,
89 DataKey key,
90 StringRef begin,

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected