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

Method SavePosition

Libraries/unrar/strlist.cpp:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130#ifndef SFX_MODULE
131void StringList::SavePosition()
132{
133 if (SavePosNumber<ASIZE(SaveCurPos))
134 {
135 SaveCurPos[SavePosNumber]=CurPos;
136 SavePosNumber++;
137 }
138}
139#endif
140
141

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected