Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ PushLine
Method
PushLine
LuaParser/src/File/LuaSource.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
void LuaSource::PushLine(std::size_t offset) {
115
_lineOffsetVec.push_back(offset);
116
_linenumber++;
117
}
118
119
std::string_view LuaSource::GetSource() const {
120
return _source;
Callers
1
IncLinenumber
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected