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