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

Method isString

include/cpp/Variant.h:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 return type==typeInt64 || (type==typeObject && valObject && valObject->__GetType()==vtInt64);
248 }
249 bool Variant::isString() const
250 {
251 return type==typeString || (type==typeObject && valObject && valObject->__GetType()==vtString);
252 }
253
254
255 #if defined(__OBJC__) && defined(HXCPP_OBJC)

Callers 1

isStringTypeFunction · 0.80

Calls 1

__GetTypeMethod · 0.45

Tested by

no test coverage detected