Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
void TestProcessVerbose(const string& name, const string& value) {
162
CHECK(name ==
"verbose"
);
163
CHECK(value.empty());
164
}
165
166
void TestProcessOptimize(const string& name, const string& value) {
167
CHECK(name ==
"optimize"
);
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected