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

Method IsNull

Source/cmSbomObject.h:220–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 bool IsNull() const noexcept { return Interface().Addr() == nullptr; }
221 explicit operator bool() const noexcept { return !IsNull(); }
222
223 void Serialize(cmSbomSerializer& os) const { Interface().SerializeImpl(os); }

Callers 6

deserializeMethod · 0.45
AddVisitableMethod · 0.45
AddVectorIfPresentMethod · 0.45
WriteSbomMethod · 0.45
VisitPresetFunction · 0.45
SubConditionHelperFunction · 0.45

Calls 2

InterfaceClass · 0.50
AddrMethod · 0.45

Tested by

no test coverage detected