MCPcopy 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
114void LuaSource::PushLine(std::size_t offset) {
115 _lineOffsetVec.push_back(offset);
116 _linenumber++;
117}
118
119std::string_view LuaSource::GetSource() const {
120 return _source;

Callers 1

IncLinenumberMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected