MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / IsBool

Function IsBool

include/Dynamic.h:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 inline bool IsBool() const
127 {
128 if (!mPtr) return false;
129 int t = mPtr->__GetType();
130 return t==vtBool;
131 }
132
133
134 int Compare(const Dynamic &inRHS) const

Callers 1

operator !=Function · 0.85

Calls 1

__GetTypeMethod · 0.45

Tested by

no test coverage detected