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

Method SerializeImpl

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

Source from the content-addressed store, hash-verified

180 }
181
182 void SerializeImpl(cmSbomSerializer& os) const override
183 {
184 SerializeDispatch(this->get(), os);
185 }
186 };
187
188 cmSbomObject() { ::new (Storage()) Instance<std::nullptr_t>(nullptr); }

Callers 1

SerializeMethod · 0.45

Calls 2

SerializeDispatchFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected