MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / IsFlag

Function IsFlag

deps/google-benchmark/src/commandlineflags.cc:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276BENCHMARK_EXPORT
277bool IsFlag(const char* str, const char* flag) {
278 return (ParseFlagValue(str, flag, true) != nullptr);
279}
280
281BENCHMARK_EXPORT
282bool IsTruthyFlagValue(const std::string& value) {

Callers 1

ParseCommandLineFlagsFunction · 0.85

Calls 1

ParseFlagValueFunction · 0.70

Tested by

no test coverage detected