Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/Side/Body.cpp:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void SideExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
82
{
83
Extension<SideClass>::SaveToStream(Stm);
84
this->Serialize(Stm);
85
}
86
87
bool SideExt::LoadGlobals(PhobosStreamReader& Stm)
88
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected