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

Function cmIsNOTFOUND

Source/cmValue.h:272–275  ·  view source on GitHub ↗

Return true if value is NOTFOUND or ends in -NOTFOUND. */

Source from the content-addressed store, hash-verified

270
271/** Return true if value is NOTFOUND or ends in -NOTFOUND. */
272inline bool cmIsNOTFOUND(cm::string_view val)
273{
274 return cmValue::IsNOTFOUND(val);
275}
276inline bool cmIsNOTFOUND(cmValue val)
277{
278 return val.IsNOTFOUND();

Callers 9

IsSetMethod · 0.85
EnableLanguageMethod · 0.85
CheckTargetPropertiesMethod · 0.85
OpenMethod · 0.85
GetInitialStateMethod · 0.85
AppendPrebuildDepsMethod · 0.85
GetOptionIfSetMethod · 0.85
InitializeInternalMethod · 0.85

Calls 1

IsNOTFOUNDMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…