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

Function __int_hash_values

src/hx/Hash.cpp:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269Dynamic __int_hash_values(Dynamic &ioHash)
270{
271 IntHashBase *hash = static_cast<IntHashBase *>(ioHash.GetPtr());
272 if (!hash)
273 return Array_obj<Dynamic>::__new();
274 return hash->values();
275}
276
277
278String __int_hash_to_string(Dynamic &ioHash)

Callers

nothing calls this directly

Calls 2

__newFunction · 0.85
GetPtrMethod · 0.80

Tested by

no test coverage detected