Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ ToNext
Method
ToNext
LuaParser/src/Ast/LuaSyntaxNode.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void LuaSyntaxNode::ToNext(const LuaSyntaxTree &t) {
83
_index = t.GetNextSibling(_index);
84
}
85
86
void LuaSyntaxNode::ToPrev(const LuaSyntaxTree &t) {
87
_index = t.GetPrevSibling(_index);
Callers
9
AnalyzeDocFormat
Method · 0.80
GetDescendants
Method · 0.80
GetChildren
Method · 0.80
GetChildSyntaxNode
Method · 0.80
GetChildToken
Method · 0.80
GetChildSyntaxNodes
Method · 0.80
GetChildTokens
Method · 0.80
CountTokenChild
Method · 0.80
CountNodeChild
Method · 0.80
Calls
1
GetNextSibling
Method · 0.45
Tested by
no test coverage detected