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

Method bindCollectionContext

src/QLContext.actor.cpp:677–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677Reference<CollectionContext> UnboundCollectionContext::bindCollectionContext(Reference<DocTransaction> tr) {
678 return Reference<CollectionContext>(new CollectionContext(tr, Reference<UnboundCollectionContext>::addRef(this)));
679}
680
681void UnboundCollectionContext::addIndex(Reference<IndexInfo> info) {
682 knownIndexes.push_back(info);

Calls

no outgoing calls

Tested by

no test coverage detected