| 301 | } |
| 302 | |
| 303 | uint32_t Key_file::latest () const |
| 304 | { |
| 305 | if (is_empty()) { |
| 306 | throw std::invalid_argument("Key_file::latest"); |
| 307 | } |
| 308 | return entries.begin()->first; |
| 309 | } |
| 310 | |
| 311 | bool validate_key_name (const char* key_name, std::string* reason) |
| 312 | { |
nothing calls this directly
no outgoing calls
no test coverage detected