| 164 | } |
| 165 | |
| 166 | void Identifier::set_name( std::string_view name, IdentifierKey /*unused*/ ) |
| 167 | { |
| 168 | set_name( name ); |
| 169 | } |
| 170 | |
| 171 | void Identifier::copy_identifier( |
| 172 | const Identifier& other, IdentifierKey /*unused*/ ) |
no outgoing calls
no test coverage detected