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

Function __string_hash_get_bool

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

Source from the content-addressed store, hash-verified

239HXCPP_EXTERN_CLASS_ATTRIBUTES Float __string_hash_get_float(Dynamic inHash,String inKey);
240HXCPP_EXTERN_CLASS_ATTRIBUTES cpp::Int64 __string_hash_get_int64(Dynamic inHash,String inKey);
241inline bool __string_hash_get_bool(Dynamic inHash,String inKey) { return __string_hash_get_int(inHash,inKey); }
242
243// --- ObjectHash ----------------------------------------------------------------------
244

Callers

nothing calls this directly

Calls 1

__string_hash_get_intFunction · 0.85

Tested by

no test coverage detected