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

Function __int64_hash_values

src/hx/Hash.cpp:541–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541Dynamic __int64_hash_values(Dynamic &ioHash)
542{
543 Int64HashBase *hash = static_cast<Int64HashBase *>(ioHash.GetPtr());
544 if (!hash)
545 return Array_obj<Dynamic>::__new();
546
547 return hash->values();
548}
549
550String __int64_hash_to_string(Dynamic &ioHash)
551{

Callers

nothing calls this directly

Calls 2

__newFunction · 0.85
GetPtrMethod · 0.80

Tested by

no test coverage detected