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

Method Serialize

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

Source from the content-addressed store, hash-verified

221 explicit operator bool() const noexcept { return !IsNull(); }
222
223 void Serialize(cmSbomSerializer& os) const { Interface().SerializeImpl(os); }
224
225 template <typename T>
226 T& CastUnchecked()

Callers 1

SerializeDispatchFunction · 0.45

Calls 2

InterfaceClass · 0.50
SerializeImplMethod · 0.45

Tested by

no test coverage detected