| 94 | } |
| 95 | |
| 96 | bool match_group_meta(const sugoi_entity_type_t& type, const sugoi_meta_filter_t& filter) |
| 97 | { |
| 98 | return match_filter_set<sugoi_entity_t>(type.meta, filter.all_meta, filter.none_meta, false); |
| 99 | } |
| 100 | |
| 101 | bool match_group(sugoi_query_t* q, sugoi_group_t* g) |
| 102 | { |
no outgoing calls
no test coverage detected