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

Method commitChanges

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

Source from the content-addressed store, hash-verified

44}
45
46Future<Void> DocTransaction::commitChanges(std::string const& docPrefix) {
47 return commitChangesActor(Reference<DocTransaction>::addRef(this), docPrefix);
48}
49
50ACTOR static Future<Void> commitChangesActor(Reference<DocTransaction> tr, Reference<DocumentDeferred> self) {
51 wait(self->snapshotLock.onUnused());

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected