Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SerializeDispatch
Function · 0.45
Calls
2
Interface
Class · 0.50
SerializeImpl
Method · 0.45
Tested by
no test coverage detected