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