Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
void LuaSource::SetTotalLine(std::size_t line) {
136
_linenumber = line;
137
}
138
139
void LuaSource::UpdateLineInfo(std::size_t startLine) {
140
auto totalLine = GetTotalLine();
Callers
1
Parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected