Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/Techno/Body.cpp:619–623 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
617
}
618
619
void TechnoExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
620
{
621
Extension<TechnoClass>::SaveToStream(Stm);
622
this->Serialize(Stm);
623
}
624
625
bool TechnoExt::LoadGlobals(PhobosStreamReader& Stm)
626
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected