MCPcopy 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
19bool InfoNode::IsObject() const {
20 return GetKind() == InfoKind::Object;
21}
22
23bool InfoNode::IsArray() const {
24 return GetKind() == InfoKind::Array;

Callers 1

MakeNameStyleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected