| 213 | Machine::~Machine() {} |
| 214 | |
| 215 | bool |
| 216 | Machine::is_self(std::string const &name) |
| 217 | { |
| 218 | return machine_id_strings.find(name) != machine_id_strings.end(); |
| 219 | } |
| 220 | |
| 221 | bool |
| 222 | Machine::is_self(std::string_view name) |
no test coverage detected