| 81 | } |
| 82 | |
| 83 | BinaryLookup::CacheEntry::CacheEntry(const std::string & filename) |
| 84 | : m_filename(filename), m_successful_creation(false) |
| 85 | { |
| 86 | |
| 87 | } |
| 88 | |
| 89 | void BinaryLookup::CacheEntry::close() |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected