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

Method getTransaction

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

Source from the content-addressed store, hash-verified

655}
656
657Reference<DocTransaction> QueryContext::getTransaction() {
658 return self->tr;
659}
660
661QueryContext::~QueryContext() {
662 delete self;

Calls

no outgoing calls

Tested by

no test coverage detected