Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
981
bool CommandData::GetArcName(wchar *Name,int MaxSize)
982
{
983
return ArcNames.GetString(Name,MaxSize);
984
}
985
986
987
bool CommandData::IsSwitch(int Ch)
Callers
2
ListArchive
Function · 0.80
DoExtract
Method · 0.80
Calls
1
GetString
Method · 0.80
Tested by
no test coverage detected