MCPcopy 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
50bool LuaSyntaxNode::IsNode(const LuaSyntaxTree &t) const {
51 return t.IsNode(_index);
52}
53
54LuaSyntaxNodeKind LuaSyntaxNode::GetSyntaxKind(const LuaSyntaxTree &t) const {
55 return t.GetNodeKind(_index);

Callers 1

GetDescendantsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected