MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / IsBool

Function IsBool

Libs/flatbuffers/idl.h:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG ||
137 t == BASE_TYPE_ULONG; }
138inline bool IsBool (BaseType t) { return t == BASE_TYPE_BOOL; }
139inline bool IsOneByte(BaseType t) { return t >= BASE_TYPE_UTYPE &&
140 t <= BASE_TYPE_UCHAR; }
141

Callers 1

ToStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected