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

Function __object_hash_get_bool

include/hx/StdLibs.h:264–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262HXCPP_EXTERN_CLASS_ATTRIBUTES Float __object_hash_get_float(Dynamic inHash,Dynamic inKey);
263HXCPP_EXTERN_CLASS_ATTRIBUTES cpp::Int64 __object_hash_get_int64(Dynamic inHash,Dynamic inKey);
264inline bool __object_hash_get_bool(Dynamic inHash,Dynamic inKey) { return __object_hash_get_int(inHash,inKey); }
265
266// --- Date --------------------------------------------------------------------------
267

Callers

nothing calls this directly

Calls 1

__object_hash_get_intFunction · 0.85

Tested by

no test coverage detected