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

Method IsEmpty

LuaParser/src/Ast/LuaSyntaxNode.cpp:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295bool LuaSyntaxNode::IsEmpty(const LuaSyntaxTree &t) const {
296 return t.GetFirstChild(_index) == 0;
297}

Callers 3

TESTFunction · 0.80
ConcatPathsMethod · 0.80
AddTestInfoFunction · 0.80

Calls 1

GetFirstChildMethod · 0.45

Tested by 3

TESTFunction · 0.64
ConcatPathsMethod · 0.64
AddTestInfoFunction · 0.64