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

Method ToPrev

LuaParser/src/Ast/LuaSyntaxNode.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void LuaSyntaxNode::ToPrev(const LuaSyntaxTree &t) {
87 _index = t.GetPrevSibling(_index);
88}
89
90bool LuaSyntaxNode::IsNull(const LuaSyntaxTree &t) const {
91 return _index == 0;

Callers 1

Calls 1

GetPrevSiblingMethod · 0.45

Tested by

no test coverage detected