MCPcopy 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
23bool InfoNode::IsArray() const {
24 return GetKind() == InfoKind::Array;
25}
26
27bool InfoNode::IsNumber() const {
28 return GetKind() == InfoKind::Number;

Callers 2

MakeNameStyleFunction · 0.80
ParseTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected