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

Method clear

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected