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

Method collectionName

src/QLContext.actor.cpp:740–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740std::string UnboundCollectionContext::collectionName() {
741 return collectionDirectory->getPath().back().toString();
742}
743
744void CollectionContext::bumpMetadataVersion() {
745 cx->getTransaction()->tr->atomicOp(unbound->getVersionKey(), LiteralStringRef("\x01\x00\x00\x00\x00\x00\x00\x00"),

Callers 2

planQueryFunction · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected