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

Method toString

fdbserver/networktest.actor.cpp:337–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 int get() const { return (max == 0) ? 0 : nondeterministicRandom()->randomInt(min, max + 1); }
336
337 std::string toString() const { return format("%d:%d", min, max); }
338};
339
340struct P2PNetworkTest {

Callers 2

RandomIntRangeMethod · 0.45
Future<Void> run_implFunction · 0.45

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected