MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / valueExists

Method valueExists

src/configuration/OptionParser.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291bool OptionParser::valueExists( const String &option )
292{
293 return _variableMap.count( option.ascii() ) != 0;
294}
295
296int OptionParser::extractIntValue( const String &option )
297{

Callers

nothing calls this directly

Calls 2

countMethod · 0.80
asciiMethod · 0.80

Tested by

no test coverage detected