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

Method getPrefix

src/QLContext.actor.cpp:649–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647}
648
649const DataKey QueryContext::getPrefix() {
650 return self->prefix;
651}
652
653void QueryContext::printPlugins() {
654 fprintf(stderr, "Top plugin: %s\n", self->layers->toString().c_str());

Callers 3

indexInsertActorMethod · 0.80
IndexPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected