MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / sugoiS_access

Function sugoiS_access

modules/engine/runtime/src/ecs/storage.cpp:885–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883}
884
885void sugoiS_access(sugoi_storage_t* storage, sugoi_entity_t ent, sugoi_chunk_view_t* view)
886{
887 *view = storage->entity_view(ent);
888}
889
890void sugoiS_batch(sugoi_storage_t* storage, const sugoi_entity_t* ents, EIndex count, sugoi_view_callback_t callback, void* u)
891{

Callers 7

BuildDeltaFunction · 0.85
ApplyDeltaFunction · 0.85
DestroyEntityMethod · 0.85
ClearDeadBallMethod · 0.85
ClearDeadZombieMethod · 0.85
ApplyDeltaMethod · 0.85
main.cppFile · 0.85

Calls 1

entity_viewMethod · 0.80

Tested by

no test coverage detected