Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ sugoiS_merge
Function
sugoiS_merge
modules/engine/runtime/src/ecs/storage.cpp:922–925 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
920
}
921
922
void sugoiS_merge(sugoi_storage_t* storage, sugoi_storage_t* source)
923
{
924
storage->merge(*source);
925
}
926
927
void sugoiS_serialize(sugoi_storage_t* storage, skr_binary_writer_t* v)
928
{
Callers
1
main_module_exec
Method · 0.85
Calls
1
merge
Method · 0.45
Tested by
no test coverage detected