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