MCPcopy Create free account
hub / github.com/apple/foundationdb / set

Function set

fdbclient/PaxosConfigTransaction.actor.cpp:374–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 int64_t getApproximateSize() const { return commitQuorum.expectedSize(); }
373
374 void set(KeyRef key, ValueRef value) { commitQuorum.set(key, value); }
375
376 void clear(KeyRef key) { commitQuorum.clear(key); }
377

Callers 4

setMethod · 0.70
applyMutationMethod · 0.70
setMethod · 0.50
operator=Method · 0.50

Calls 1

setMethod · 0.65

Tested by

no test coverage detected