Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/Rules/Body.cpp:428–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
}
427
428
void RulesExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
429
{
430
Extension<RulesClass>::SaveToStream(Stm);
431
this->Serialize(Stm);
432
}
433
434
void RulesExt::ExtData::ReplaceVoxelLightSources()
435
{
Callers
1
Body.cpp
File · 0.45
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected