MCPcopy 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
653void QueryContext::printPlugins() {
654 fprintf(stderr, "Top plugin: %s\n", self->layers->toString().c_str());
655}
656
657Reference<DocTransaction> QueryContext::getTransaction() {
658 return self->tr;

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected