Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ LoadFromStream
Method
LoadFromStream
src/Ext/Scenario/Body.cpp:167–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
void ScenarioExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
168
{
169
Extension<ScenarioClass>::LoadFromStream(Stm);
170
this->Serialize(Stm);
171
}
172
173
void ScenarioExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
174
{
Callers
1
GET_STACK
Function · 0.45
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected