returns a count of 0 or 1 depending on whether map_pos is mapped to a group
| 329 | |
| 330 | // returns a count of 0 or 1 depending on whether map_pos is mapped to a group |
| 331 | size_t ChannelGroups::count(const df::coord &map_pos) const { |
| 332 | return groups_map.count(map_pos); |
| 333 | } |
| 334 | |
| 335 | // prints debug info about the groups stored, and their members |
| 336 | void ChannelGroups::debug_groups() { |
no outgoing calls
no test coverage detected