| 50 | std::string MemoryViewReader::getName() const { return s_info.name; } |
| 51 | |
| 52 | MemoryViewReader::MemoryViewReader() : m_prepared(false) |
| 53 | {} |
| 54 | |
| 55 | |
| 56 | // NOTE: - Forces reading of the entire file. |
nothing calls this directly
no outgoing calls
no test coverage detected