MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / operator =

Method operator =

Libraries/unrar/file.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34void File::operator = (File &SrcFile)
35{
36 hFile=SrcFile.hFile;
37 NewFile=SrcFile.NewFile;
38 LastWrite=SrcFile.LastWrite;
39 HandleType=SrcFile.HandleType;
40 wcsncpyz(FileName,SrcFile.FileName,ASIZE(FileName));
41 SrcFile.SkipClose=true;
42}
43
44
45bool File::Open(const wchar *Name,uint Mode)

Callers

nothing calls this directly

Calls 1

wcsncpyzFunction · 0.85

Tested by

no test coverage detected