MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / TOpen

Method TOpen

Libraries/unrar/file.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154#if !defined(SFX_MODULE)
155void File::TOpen(const wchar *Name)
156{
157 if (!WOpen(Name))
158 ErrHandler.Exit(RARX_OPEN);
159}
160#endif
161
162

Callers 1

RestoreMethod · 0.80

Calls 1

ExitMethod · 0.80

Tested by

no test coverage detected