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

Method HasHook

Source/cmInstrumentation.cxx:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344bool cmInstrumentation::HasHook(cmInstrumentationQuery::Hook hook) const
345{
346 return (this->hooks.find(hook) != this->hooks.end());
347}
348
349int cmInstrumentation::CollectTimingData(cmInstrumentationQuery::Hook hook)
350{

Callers 1

CollectTimingDataMethod · 0.95

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected