Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
295
bool LuaSyntaxNode::IsEmpty(const LuaSyntaxTree &t) const {
296
return t.GetFirstChild(_index) == 0;
297
}
Callers
3
TEST
Function · 0.80
ConcatPaths
Method · 0.80
AddTestInfo
Function · 0.80
Calls
1
GetFirstChild
Method · 0.45
Tested by
3
TEST
Function · 0.64
ConcatPaths
Method · 0.64
AddTestInfo
Function · 0.64