MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / TestProcessVerbose

Function TestProcessVerbose

UnitTests/sources/OptionsTest.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void TestProcessVerbose(const string& name, const string& value) {
162 CHECK(name == "verbose");
163 CHECK(value.empty());
164}
165
166void TestProcessOptimize(const string& name, const string& value) {
167 CHECK(name == "optimize");

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected