Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getAvailableSize
Method · 0.45
commit
Method · 0.45
readValue
Method · 0.45
readValuePrefix
Method · 0.45
readRange
Method · 0.45
commit_queue
Method · 0.45
recover
Method · 0.45
fullSnapshot
Function · 0.45
Future<Void> snapshot
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected