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

Method RestorePosition

Libraries/unrar/strlist.cpp:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142#ifndef SFX_MODULE
143void StringList::RestorePosition()
144{
145 if (SavePosNumber>0)
146 {
147 SavePosNumber--;
148 CurPos=SaveCurPos[SavePosNumber];
149 }
150}
151#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected