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

Method isUnsigned

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

Source from the content-addressed store, hash-verified

211bool Type::isBoolean() const { return Boolean; }
212
213bool Type::isUnsigned() const { return Unsigned; }
214
215bool Type::isAnyCharacter() const { return AnyCharacter; }
216

Callers 2

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64