MCPcopy 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
49bool 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

ReadConfigMethod · 0.80
GetArcNameMethod · 0.80
CheckArgsMethod · 0.80
IsProcessFileMethod · 0.80
ExpandFolderMaskMethod · 0.80
GetFilteredMaskMethod · 0.80

Calls 2

wcsncpyzFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected