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

Method toString

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

Source from the content-addressed store, hash-verified

100 virtual void clear(Reference<DocTransaction> tr, DataKey key) { return next->clear(tr, key); }
101
102 virtual std::string toString() { return "unimplemented"; }
103
104protected:
105 Reference<ITDoc> next;

Callers 9

getFDBKeyFunction · 0.45
findOrCreateMethod · 0.45
shouldDoUpdateMethod · 0.45
commitChangesMethod · 0.45
printPluginsMethod · 0.45
bindQueryContextMethod · 0.45
databaseNameMethod · 0.45
collectionNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected