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

Method end

fdbserver/KeyValueStoreMemory.actor.cpp:357–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 const OpRef* begin() { return operations.begin(); }
356
357 const OpRef* end() { return operations.end(); }
358
359 private:
360 Standalone<VectorRef<OpRef>> operations;

Callers 9

getAvailableSizeMethod · 0.45
commitMethod · 0.45
readValueMethod · 0.45
readValuePrefixMethod · 0.45
readRangeMethod · 0.45
commit_queueMethod · 0.45
recoverMethod · 0.45
fullSnapshotFunction · 0.45
Future<Void> snapshotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected