MCPcopy Create free account
hub / github.com/Kitware/CMake / isExpectedOption

Function isExpectedOption

Source/cmSourceGroupCommand.cxx:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool isExpectedOption(std::string const& argument,
133 ExpectedOptions const& expectedOptions)
134{
135 return cm::contains(expectedOptions, argument);
136}
137
138void parseArguments(std::vector<std::string> const& args,
139 ParsedArguments& parsedArguments)

Callers 1

parseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…