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

Method initialize

fdbclient/TestKnobCollection.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void TestKnobCollection::initialize(Randomize randomize, IsSimulated isSimulated) {
29 serverKnobCollection.initialize(randomize, isSimulated);
30 testKnobs.initialize();
31}
32
33void TestKnobCollection::reset(Randomize randomize, IsSimulated isSimulated) {
34 serverKnobCollection.reset(randomize, isSimulated);

Callers

nothing calls this directly

Calls 1

initFunction · 0.50

Tested by

no test coverage detected