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

Function __root_hash_size

src/hx/Hash.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// --- HashRoot ---------------------------------------------------
9
10int __root_hash_size(Dynamic &rtHash)
11{
12 HashRoot *hash = static_cast<HashRoot *>(rtHash.GetPtr());
13 if(!hash)
14 return 0;
15 return hash->getSize();
16}
17
18
19// --- IntHash ----------------------------------------------------

Callers

nothing calls this directly

Calls 2

GetPtrMethod · 0.80
getSizeMethod · 0.80

Tested by

no test coverage detected