Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
void LuaSyntaxNode::ToPrev(const LuaSyntaxTree &t) {
87
_index = t.GetPrevSibling(_index);
88
}
89
90
bool LuaSyntaxNode::IsNull(const LuaSyntaxTree &t) const {
91
return _index == 0;
Callers
1
GetLastChildSyntaxNode
Method · 0.80
Calls
1
GetPrevSibling
Method · 0.45
Tested by
no test coverage detected