MCPcopy Create free account
hub / github.com/Samsung/UTopia / isEnumType

Method isEnumType

lib/type/Type.cpp:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135bool Type::isFloatType() const { return ID == Type::TypeID_Float; }
136
137bool Type::isEnumType() const { return ID == Type::TypeID_Enum; }
138
139bool Type::isPointerType() const { return ID == Type::TypeID_Pointer; }
140

Callers 5

addFieldToDescriptorMethod · 0.80
genFuzzVarAssignMethod · 0.80
copyMutationEnumTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected