Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationDB/fdb-document-layer
/ printPlugins
Method
printPlugins
src/QLContext.actor.cpp:653–655 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
651
}
652
653
void QueryContext::printPlugins() {
654
fprintf(stderr,
"Top plugin: %s\n"
, self->layers->toString().c_str());
655
}
656
657
Reference<DocTransaction> QueryContext::getTransaction() {
658
return self->tr;
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected