Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
649
const DataKey QueryContext::getPrefix() {
650
return self->prefix;
651
}
652
653
void QueryContext::printPlugins() {
654
fprintf(stderr,
"Top plugin: %s\n"
, self->layers->toString().c_str());
Callers
3
Future<Reference<IReadWriteContext>> insertDocument
Function · 0.80
indexInsertActor
Method · 0.80
IndexPlugin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected