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

Method HasOption

Source/cmInstrumentation.cxx:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339bool cmInstrumentation::HasOption(cmInstrumentationQuery::Option option) const
340{
341 return (this->options.find(option) != this->options.end());
342}
343
344bool cmInstrumentation::HasHook(cmInstrumentationQuery::Hook hook) const
345{

Callers 6

ReadJSONQueryMethod · 0.95
CollectTimingDataMethod · 0.95
InstrumentTestMethod · 0.95
GetPreTestStatsMethod · 0.95
InstrumentCommandMethod · 0.95

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 1