Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
308
size_t ArrayInfo::getMaxLength() const { return MaxLength; }
309
310
bool ArrayInfo::isIncomplete() const { return Incomplete; }
311
312
void ArrayInfo::setIncomplete(bool Incomplete) {
313
this->Incomplete = Incomplete;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64