MCPcopy Create free account
hub / github.com/Samsung/UTopia / isArray

Method isArray

lib/constantanalysis/ASTValue.cpp:306–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306bool ASTValue::isArray() const { return IsArray; }
307const std::vector<ASTValueData> &ASTValue::getValues() const { return Values; }
308
309} // end namespace ftg

Callers 2

operator==Method · 0.45
ASTValue.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected