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

Method SetCommandData

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

Source from the content-addressed store, hash-verified

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)
72 {
73 ErrDirList=List;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected