Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/Tiberium/Body.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void TiberiumExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
32
{
33
Extension<TiberiumClass>::SaveToStream(Stm);
34
this->Serialize(Stm);
35
}
36
37
bool TiberiumExt::LoadGlobals(PhobosStreamReader& Stm)
38
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected