MCPcopy Create free account
hub / github.com/crownengine/crown / hasArg

Method hasArg

3rdparty/bx/src/commandline.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 bool CommandLine::hasArg(const char _short, const char* _long) const
179 {
180 const char* arg = findOption(_short, _long, int32_t(0) );
181 return NULL != arg;
182 }
183
184 bool CommandLine::hasArg(const char* _long) const
185 {

Callers 2

mainFunction · 0.80
compileShaderFunction · 0.80

Calls 2

fromStringFunction · 0.85
strCmpIFunction · 0.85

Tested by

no test coverage detected