MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ~File

Method ~File

Libraries/unrar/file.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24File::~File()
25{
26 if (hFile!=FILE_BAD_HANDLE && !SkipClose)
27 if (NewFile)
28 Delete();
29 else
30 Close();
31}
32
33
34void File::operator = (File &SrcFile)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected