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

Method setIncomplete

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

Source from the content-addressed store, hash-verified

310bool ArrayInfo::isIncomplete() const { return Incomplete; }
311
312void ArrayInfo::setIncomplete(bool Incomplete) {
313 this->Incomplete = Incomplete;
314}
315
316void ArrayInfo::setLengthType(LengthType LengthTy) {
317 this->LengthTy = LengthTy;

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64