| 239 | HXCPP_EXTERN_CLASS_ATTRIBUTES Float __string_hash_get_float(Dynamic inHash,String inKey); |
| 240 | HXCPP_EXTERN_CLASS_ATTRIBUTES cpp::Int64 __string_hash_get_int64(Dynamic inHash,String inKey); |
| 241 | inline bool __string_hash_get_bool(Dynamic inHash,String inKey) { return __string_hash_get_int(inHash,inKey); } |
| 242 | |
| 243 | // --- ObjectHash ---------------------------------------------------------------------- |
| 244 |
nothing calls this directly
no test coverage detected