Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/TechnoType/Body.cpp:873–877 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
871
}
872
873
void TechnoTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
874
{
875
Extension<TechnoTypeClass>::SaveToStream(Stm);
876
this->Serialize(Stm);
877
}
878
879
// =============================
880
// container
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected