MCPcopy Create free account
hub / github.com/audeering/opensmile / isSet

Method isSet

src/core/commandlineParser.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138bool cCommandlineParser::isSet(const char *name) const
139{
140 const sCmdlineOpt *opt = findOpt(name);
141 return opt != NULL && opt->isSet;
142}
143
144bool cCommandlineParser::optionExists(const char *name) const {
145 return findOpt(name) != NULL;

Callers 3

copyFromMethod · 0.45
setValueMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected