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

Method toDataValue

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

Source from the content-addressed store, hash-verified

32using namespace FDB;
33
34Future<DataValue> IReadContext::toDataValue() {
35 return getRecursiveKnownPresent(Reference<IReadContext>::addRef(this));
36}
37
38ACTOR static Future<Void> commitChangesActor(Reference<DocTransaction> self, std::string docPrefix) {
39 auto deferredDocument = self->deferredDocuments.find(docPrefix);

Calls 1

getRecursiveKnownPresentFunction · 0.85

Tested by

no test coverage detected