Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
657
Reference<DocTransaction> QueryContext::getTransaction() {
658
return self->tr;
659
}
660
661
QueryContext::~QueryContext() {
662
delete self;
Callers
4
Future<Reference<IReadWriteContext>> insertDocument
Function · 0.80
indexInsertActor
Method · 0.80
bumpMetadataVersion
Method · 0.80
getMetadataVersion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected