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

Method clearDescendants

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

Source from the content-addressed store, hash-verified

580 }
581 virtual void set(StringRef key, ValueRef value) { layers->set(tr, DataKey(prefix).append(key), value); }
582 virtual void clearDescendants() { layers->clearDescendants(tr, prefix); }
583 virtual void clear(StringRef key) { layers->clear(tr, DataKey(prefix).append(key)); }
584 virtual void clearRoot() { layers->clear(tr, prefix); }
585

Callers

nothing calls this directly

Calls 1

clearDescendantsMethod · 0.45

Tested by

no test coverage detected