Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Hash
Method · 0.50
operator()
Method · 0.50
StringName
Method · 0.50
search
Method · 0.50
operator()
Method · 0.50
_hash
Method · 0.50
operator()
Method · 0.50
Calls
1
hash_bytes
Function · 0.85
Tested by
no test coverage detected