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

Function match_group_shared

modules/engine/runtime/src/ecs/query.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool match_group_shared(const sugoi_type_set_t& shared, const sugoi_filter_t& filter)
72{
73 return match_filter_set<sugoi_type_index_t>(shared, filter.all_shared, filter.none_shared, false);
74}
75
76bool match_chunk_changed(const sugoi_type_set_t& type, uint32_t* timestamp, const sugoi_meta_filter_t& filter)
77{

Callers 2

query_groupsMethod · 0.85
match_groupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected