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

Function sugoiS_destroy_all

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

Source from the content-addressed store, hash-verified

860}
861
862void sugoiS_destroy_all(sugoi_storage_t* storage, const sugoi_meta_filter_t* meta)
863{
864 SKR_ASSERT(sugoi::ordered(*meta));
865 storage->destroy(*meta);
866}
867
868void sugoiS_cast_view_delta(sugoi_storage_t* storage, const sugoi_chunk_view_t* view, const sugoi_delta_type_t* delta, sugoi_cast_callback_t callback, void* u)
869{

Callers

nothing calls this directly

Calls 2

orderedFunction · 0.85
destroyMethod · 0.45

Tested by

no test coverage detected