| 254 | BinaryViewRef GetData() { return m_file->GetViewOfType(m_viewName); } |
| 255 | void SetData(BinaryViewRef view) {} |
| 256 | BinaryViewRef GetLiveView() const { return m_liveView; } |
| 257 | |
| 258 | uint32_t GetExitCode(); |
| 259 |
no outgoing calls
no test coverage detected