| 160 | } |
| 161 | |
| 162 | const Key_file::Entry* Key_file::get (uint32_t version) const |
| 163 | { |
| 164 | Map::const_iterator it(entries.find(version)); |
| 165 | return it != entries.end() ? &it->second : 0; |
| 166 | } |
| 167 | |
| 168 | void Key_file::add (const Entry& entry) |
| 169 | { |
no outgoing calls
no test coverage detected