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