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

Function sugoiQ_get_views

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

Source from the content-addressed store, hash-verified

1047}
1048
1049void sugoiQ_get_views(sugoi_query_t* query, sugoi_view_callback_t callback, void* u)
1050{
1051 return query->storage->query(query, callback, u);
1052}
1053
1054void sugoiQ_get_groups(sugoi_query_t* query, sugoi_group_callback_t callback, void* u)
1055{

Callers 15

get_singletonFunction · 0.85
bind_ecsFunction · 0.85
finalizeMethod · 0.85
produce_mask_drawcallMethod · 0.85
main_module_execMethod · 0.85
on_unregisterMethod · 0.85
produce_draw_packetsMethod · 0.85
on_updateMethod · 0.85
executeMethod · 0.85
on_unregisterMethod · 0.85

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected