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

Method bindQueryContext

src/QLContext.actor.cpp:669–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669Reference<QueryContext> UnboundQueryContext::bindQueryContext(Reference<DocTransaction> tr) {
670 return Reference<QueryContext>(new QueryContext(tr))->getSubContext(prefix.toString());
671}
672
673const DataKey UnboundQueryContext::getPrefix() {
674 return prefix;

Callers 2

executeMethod · 0.80
CollectionContextMethod · 0.80

Calls 2

getSubContextMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected