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