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

Method set

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

Source from the content-addressed store, hash-verified

627}
628
629void QueryContext::set(StringRef key, ValueRef value) {
630 return self->set(key, value);
631}
632
633void QueryContext::clearDescendants() {
634 return self->clearDescendants();

Calls

no outgoing calls

Tested by

no test coverage detected