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

Method isIncomplete

lib/type/Type.cpp:310–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308size_t ArrayInfo::getMaxLength() const { return MaxLength; }
309
310bool ArrayInfo::isIncomplete() const { return Incomplete; }
311
312void ArrayInfo::setIncomplete(bool Incomplete) {
313 this->Incomplete = Incomplete;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64