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

Method CheckOpen

Libraries/unrar/archive.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76#if !defined(SFX_MODULE)
77void Archive::CheckOpen(const wchar *Name)
78{
79 TOpen(Name);
80 CheckArc(false);
81}
82#endif
83
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected