Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ IsArray
Method
IsArray
Util/src/InfoTree/InfoNode.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
bool InfoNode::IsArray() const {
24
return GetKind() == InfoKind::Array;
25
}
26
27
bool InfoNode::IsNumber() const {
28
return GetKind() == InfoKind::Number;
Callers
2
MakeNameStyle
Function · 0.80
ParseTree
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected