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

Method clear

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

Source from the content-addressed store, hash-verified

635}
636
637void QueryContext::clear(StringRef key) {
638 return self->clear(key);
639}
640
641void QueryContext::clearRoot() {
642 return self->clearRoot();

Callers 15

__setitem__Method · 0.45
simplify_andMethod · 0.45
setErrorMethod · 0.45
stopMethod · 0.45
resetMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected