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

Method SetTotalLine

LuaParser/src/File/LuaSource.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void LuaSource::SetTotalLine(std::size_t line) {
136 _linenumber = line;
137}
138
139void LuaSource::UpdateLineInfo(std::size_t startLine) {
140 auto totalLine = GetTotalLine();

Callers 1

ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected