Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ LoadFromStream
Method
LoadFromStream
src/Ext/AnimType/Body.cpp:190–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
void AnimTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
191
{
192
Extension<AnimTypeClass>::LoadFromStream(Stm);
193
this->Serialize(Stm);
194
}
195
196
void AnimTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
197
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected