Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ GetCharCount
Method
GetCharCount
Libraries/unrar/strlist.hpp:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
void Rewind();
24
size_t ItemsCount() {return StringsCount;};
25
size_t GetCharCount() {return StringData.Size();}
26
bool Search(const wchar *Str,bool CaseSensitive);
27
void SavePosition();
28
void RestorePosition();
Callers
nothing calls this directly
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected