Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/House/Body.cpp:648–652 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
646
}
647
648
void HouseExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
649
{
650
Extension<HouseClass>::SaveToStream(Stm);
651
this->Serialize(Stm);
652
}
653
654
bool HouseExt::LoadGlobals(PhobosStreamReader& Stm)
655
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected