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

Method commitChanges

src/QLContext.h:303–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 void clearRoot() override { internal_context->clearRoot(); }
302 void clear(StringRef key) override { internal_context->clear(key); }
303 Future<Void> commitChanges() override { return internal_context->commitChanges(); }
304
305 Future<Standalone<StringRef>> getValueEncodedId() override { return internal_context->getValueEncodedId(); }
306 Future<Standalone<StringRef>> getKeyEncodedId() override { return internal_context->getKeyEncodedId(); }

Callers

nothing calls this directly

Calls 1

commitChangesMethod · 0.45

Tested by

no test coverage detected