MCPcopy Create free account
hub / github.com/Illation/ETEngine / HashStringRegistry

Method HashStringRegistry

Engine/source/EtCore/Hashing/HashStringRegistry.cpp:19–21  ·  view source on GitHub ↗

------------------------------ HashStringRegistry::c-tor Init hash map - #todo: 16 buckets for now but we should probably find a better bucket count

Source from the content-addressed store, hash-verified

17// Init hash map - #todo: 16 buckets for now but we should probably find a better bucket count
18//
19HashStringRegistry::HashStringRegistry()
20 : m_RegisteredHashes(16u, 0u)
21{ }
22
23//------------------------------
24// HashStringRegistry::Instance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected