MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / Reset

Method Reset

LuaParser/src/File/LuaSource.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void LuaSource::Reset() {
158 _lineOffsetVec.resize(0);
159 _lineOffsetVec.push_back(0);
160 _linenumber = 0;
161 _lineState = EndOfLine::UNKNOWN;
162}
163
164void LuaSource::SetEndOfLineState(EndOfLine endOfLine) {
165 switch (_lineState) {

Callers 1

ParseMethod · 0.45

Calls 2

resizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected