Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ isFloatType
Method
isFloatType
lib/type/Type.cpp:135–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
bool Type::isIntegerType() const { return ID == Type::TypeID_Integer; }
134
135
bool Type::isFloatType() const { return ID == Type::TypeID_Float; }
136
137
bool Type::isEnumType() const { return ID == Type::TypeID_Enum; }
138
Callers
2
addFieldToDescriptorPrimitiveType
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64