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

Method IsNull

LuaParser/src/Ast/LuaSyntaxNode.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool LuaSyntaxNode::IsNull(const LuaSyntaxTree &t) const {
91 return _index == 0;
92}
93
94std::vector<LuaSyntaxNode> LuaSyntaxNode::GetDescendants(const LuaSyntaxTree &t) const {
95 std::vector<LuaSyntaxNode> results;

Callers 9

GetDescendantsMethod · 0.45
GetChildrenMethod · 0.45
GetChildSyntaxNodeMethod · 0.45
GetChildTokenMethod · 0.45
GetChildSyntaxNodesMethod · 0.45
GetChildTokensMethod · 0.45
CountTokenChildMethod · 0.45
CountNodeChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected