| 153 | } |
| 154 | |
| 155 | void Identifier::load_identifier( |
| 156 | std::string_view directory, IdentifierKey /*unused*/ ) |
| 157 | { |
| 158 | impl_->load( directory ); |
| 159 | } |
| 160 | |
| 161 | void Identifier::set_id( const uuid& unique_id, IdentifierKey /*unused*/ ) |
| 162 | { |
no test coverage detected