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

Function action

fdbserver/KeyValueStoreSQLite.actor.cpp:1807–1810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1805 double getTimeEstimate() const override { return 0; }
1806 };
1807 void action(InitAction& a) {
1808 // init() has already been called
1809 a.result.send(Void());
1810 }
1811
1812 struct SetAction final : TypedAction<Writer, SetAction>, FastAllocated<SetAction> {
1813 KeyValue kv;

Callers 2

TryCatchMethod · 0.85
TryMethod · 0.85

Calls 15

nowFunction · 0.85
checkFreePagesFunction · 0.85
TraceEventClass · 0.85
fullCheckpointFunction · 0.85
deterministicRandomFunction · 0.85
waitForAndGetFunction · 0.85
waitForFunction · 0.85
yieldFunction · 0.85
getCurrentProcessMethod · 0.80
detailMethod · 0.80
fastClearMethod · 0.80
random01Method · 0.80

Tested by

no test coverage detected