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

Function getExpectedOptions

Source/cmSourceGroupCommand.cxx:120–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120ExpectedOptions getExpectedOptions()
121{
122 ExpectedOptions options;
123
124 options.push_back(kTreeOptionName);
125 options.push_back(kPrefixOptionName);
126 options.push_back(kFilesOptionName);
127 options.push_back(kRegexOptionName);
128
129 return options;
130}
131
132bool isExpectedOption(std::string const& argument,
133 ExpectedOptions const& expectedOptions)

Callers 1

parseArgumentsFunction · 0.85

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…