Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ isArrayPtr
Method
isArrayPtr
lib/type/Type.cpp:145–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
bool Type::isArrayPtr() const {
146
return PtrInfo && PtrInfo->getPtrKind() == Type::PtrKind_Array;
147
}
148
149
bool Type::isStringType() const {
150
return PtrInfo && PtrInfo->getPtrKind() == Type::PtrKind_String;
Callers
4
isMultiDimensionArray
Method · 0.80
getRealType
Method · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
Calls
1
getPtrKind
Method · 0.80
Tested by
2
TEST
Function · 0.64
TEST_F
Function · 0.64