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