| 65 | struct SlpkInterface : public i3s::Interface |
| 66 | { |
| 67 | SlpkInterface(const std::string& filename) : m_filename(filename) |
| 68 | {} |
| 69 | ~SlpkInterface() override |
| 70 | { FileUtils::unmapFile(m_ctx); } |
| 71 |
nothing calls this directly
no outgoing calls
no test coverage detected