MCPcopy 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
149bool Type::isStringType() const {
150 return PtrInfo && PtrInfo->getPtrKind() == Type::PtrKind_String;
151}
152
153bool Type::isFixedLengthArrayPtr() const {
154 if (this->isPointerType() && PtrInfo) {

Callers 8

addFieldToDescriptorMethod · 0.80
generateMethod · 0.80
setTypeMethod · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getPtrKindMethod · 0.80

Tested by 2

TESTFunction · 0.64
TEST_FFunction · 0.64