Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/Scenario/Body.cpp:173–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
void ScenarioExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
174
{
175
Extension<ScenarioClass>::SaveToStream(Stm);
176
this->Serialize(Stm);
177
}
178
179
// =============================
180
// container hooks
Callers
1
Body.cpp
File · 0.45
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected