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

Method GetArcName

Libraries/unrar/cmddata.cpp:981–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979
980
981bool CommandData::GetArcName(wchar *Name,int MaxSize)
982{
983 return ArcNames.GetString(Name,MaxSize);
984}
985
986
987bool CommandData::IsSwitch(int Ch)

Callers 2

ListArchiveFunction · 0.80
DoExtractMethod · 0.80

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected