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

Method now

fdbserver/workloads/ExternalWorkload.actor.cpp:255–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254 }
255 double now() const override { return g_network->now(); }
256 uint32_t rnd() const override { return deterministicRandom()->randomUInt32(); }
257 bool getOption(const std::string& name, bool defaultValue) override {
258 return ::getOption(options, Value(name), defaultValue);

Callers 9

Future<Void> tLogPopFunction · 0.45
whenFunction · 0.45
Future<Void> tLogPopFunction · 0.45
whenFunction · 0.45
CommitBatchContextMethod · 0.45
workerMethod · 0.45
logThroughputMethod · 0.45
setWiggleStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected