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

Method Reset

Libraries/unrar/strlist.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9void StringList::Reset()
10{
11 Rewind();
12 StringData.Reset();
13 StringsCount=0;
14 SavePosNumber=0;
15}
16
17
18void StringList::AddStringA(const char *Str)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected