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

Method AddStringA

Libraries/unrar/strlist.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18void StringList::AddStringA(const char *Str)
19{
20 Array<wchar> StrW(strlen(Str));
21 CharToWide(Str,&StrW[0],StrW.Size());
22 AddString(&StrW[0]);
23}
24
25
26void StringList::AddString(const wchar *Str)

Callers

nothing calls this directly

Calls 2

CharToWideFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected