Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ IsNode
Method
IsNode
LuaParser/src/Ast/LuaSyntaxNode.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool LuaSyntaxNode::IsNode(const LuaSyntaxTree &t) const {
51
return t.IsNode(_index);
52
}
53
54
LuaSyntaxNodeKind LuaSyntaxNode::GetSyntaxKind(const LuaSyntaxTree &t) const {
55
return t.GetNodeKind(_index);
Callers
1
GetDescendants
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected