Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ GetString
Method
GetString
Libraries/unrar/strlist.cpp:49–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
49
bool StringList::GetString(wchar *Str,size_t MaxLength)
50
{
51
wchar *StrPtr;
52
if (!GetString(&StrPtr))
53
return false;
54
wcsncpyz(Str,StrPtr,MaxLength);
55
return true;
56
}
57
58
59
#ifndef SFX_MODULE
Callers
6
ReadConfig
Method · 0.80
GetArcName
Method · 0.80
CheckArgs
Method · 0.80
IsProcessFile
Method · 0.80
ExpandFolderMask
Method · 0.80
GetFilteredMask
Method · 0.80
Calls
2
wcsncpyz
Function · 0.85
Size
Method · 0.45
Tested by
no test coverage detected