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

Method GetErrors

Libraries/unrar/scantree.hpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 SCAN_CODE GetNext(FindData *FindData);
67 size_t GetSpecPathLength() {return SpecPathLength;}
68 int GetErrors() {return Errors;};
69 void SetErrArcName(const wchar *Name) {wcsncpyz(ErrArcName,Name,ASIZE(ErrArcName));}
70 void SetCommandData(CommandData *Cmd) {ScanTree::Cmd=Cmd;}
71 void SetErrDirList(StringList *List,Array<uint> *Lengths)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected