Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
bool ASTValue::isArray() const { return IsArray; }
307
const std::vector<ASTValueData> &ASTValue::getValues() const { return Values; }
308
309
} // end namespace ftg
Callers
2
operator==
Method · 0.45
ASTValue.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected