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