MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / hash

Function hash

modules/engine/runtime/src/ecs/set.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 size_t hash(const sugoi_type_set_t& value, size_t basis)
28 {
29 return set_utils<sugoi_type_index_t>::hash(value, basis);
30 }
31
32 size_t hash(const sugoi_entity_set_t& value, size_t basis)
33 {

Callers 7

HashMethod · 0.50
operator()Method · 0.50
StringNameMethod · 0.50
searchMethod · 0.50
operator()Method · 0.50
_hashMethod · 0.50
operator()Method · 0.50

Calls 1

hash_bytesFunction · 0.85

Tested by

no test coverage detected