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

Function __int64_hash_to_string

src/hx/Hash.cpp:550–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550String __int64_hash_to_string(Dynamic &ioHash)
551{
552 Int64HashBase *hash = static_cast<Int64HashBase *>(ioHash.GetPtr());
553 if (!hash)
554 return HX_CSTRING("{}");
555
556 return hash->toString();
557}
558
559void __int64_hash_clear(Dynamic &ioHash)
560{

Callers

nothing calls this directly

Calls 2

GetPtrMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected