| 69 | } |
| 70 | |
| 71 | bool 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 | |
| 76 | bool match_chunk_changed(const sugoi_type_set_t& type, uint32_t* timestamp, const sugoi_meta_filter_t& filter) |
| 77 | { |
no outgoing calls
no test coverage detected