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

Method own

modules/engine/runtime/src/ecs/archetype.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476bool sugoi_group_t::own(const sugoi_type_set_t& subtype) const noexcept
477{
478 return sugoi::set_utils<sugoi_type_index_t>::all(type.type, subtype);
479}
480
481bool sugoi_group_t::share(const sugoi_type_set_t& subtype) const noexcept
482{

Callers 3

shareMethod · 0.80
sugoiG_has_componentsFunction · 0.80
sugoiG_own_componentsFunction · 0.80

Calls 1

allFunction · 0.85

Tested by

no test coverage detected