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

Method isPrimitiveType

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

Source from the content-addressed store, hash-verified

129Type::TypeID Type::getKind() const { return ID; }
130
131bool Type::isPrimitiveType() const { return isIntegerType() || isFloatType(); }
132
133bool Type::isIntegerType() const { return ID == Type::TypeID_Integer; }
134

Callers 4

addFieldToDescriptorMethod · 0.80
genFuzzVarAssignMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected