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

Method set

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

Source from the content-addressed store, hash-verified

94 }
95
96 virtual void set(Reference<DocTransaction> tr, DataKey key, ValueRef value) { return next->set(tr, key, value); }
97
98 virtual void clearDescendants(Reference<DocTransaction> tr, DataKey key) { return next->clearDescendants(tr, key); }
99

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected