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

Class DocTransaction

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

Source from the content-addressed store, hash-verified

60 std::vector<Future<Void>> index_update_actors;
61 std::set<struct ITDoc*> dirty;
62 std::vector<std::function<void(Reference<struct DocTransaction>)>> deferred;
63
64 Future<Void> commitChanges(Reference<DocTransaction> tr);
65};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected