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