MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / hash_value

Function hash_value

src/simulate/hash.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 };
60
61 uint64_t hash_value ( Context & ctx, void * pX, TypeInfo * info ) {
62 HashDataWalker walker(ctx);
63 walker.walk((char*)pX,info);
64 return walker.getHash();
65 }
66
67 uint64_t hash_value ( Context & ctx, vec4f value, TypeInfo * info ) {
68 HashDataWalker walker(ctx);

Callers 2

_builtin_hashFunction · 0.85
any_hashFunction · 0.85

Calls 2

walkMethod · 0.45
getHashMethod · 0.45

Tested by

no test coverage detected