MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / argumentExists

Method argumentExists

src/Core/Utils/ExecUtils.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 bool RunArgsParser::argumentExists(const std::string& arg) const
14 {
15 return std::find(start, start + size, arg) != (start + size);
16 }
17
18 std::string RunArgsParser::getArgumentValue(const std::string& arg) const
19 {

Callers

nothing calls this directly

Calls 1

findFunction · 0.50

Tested by

no test coverage detected