Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ isStringType
Method
isStringType
lib/type/Type.cpp:149–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
bool Type::isStringType() const {
150
return PtrInfo && PtrInfo->getPtrKind() == Type::PtrKind_String;
151
}
152
153
bool Type::isFixedLengthArrayPtr() const {
154
if (this->isPointerType() && PtrInfo) {
Callers
8
addFieldToDescriptor
Method · 0.80
addFieldToDescriptorPointerType
Method · 0.80
copyMutationPointerType
Method · 0.80
copyMutationPrimitiveType
Method · 0.80
generate
Method · 0.80
setType
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