| 159 | } |
| 160 | |
| 161 | void Identifier::set_id( const uuid& unique_id, IdentifierKey /*unused*/ ) |
| 162 | { |
| 163 | set_id( unique_id ); |
| 164 | } |
| 165 | |
| 166 | void Identifier::set_name( std::string_view name, IdentifierKey /*unused*/ ) |
| 167 | { |
no outgoing calls
no test coverage detected