MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / docExclusive

Method docExclusive

test/testcmdlineparser.cpp:2198–2203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2196 }
2197
2198 void docExclusive() {
2199 REDIRECT;
2200 const char * const argv[] = {"cppcheck", "--library=missing", "--doc"};
2201 ASSERT_EQUALS_ENUM(CmdLineParser::Result::Exit, parseFromArgs(argv));
2202 ASSERT(startsWith(logger->str(), "## "));
2203 }
2204
2205 void showtimeSummary() {
2206 REDIRECT;

Callers

nothing calls this directly

Calls 2

startsWithFunction · 0.50
strMethod · 0.45

Tested by

no test coverage detected