------------------------------ HashStringRegistry::c-tor Init hash map - #todo: 16 buckets for now but we should probably find a better bucket count
| 17 | // Init hash map - #todo: 16 buckets for now but we should probably find a better bucket count |
| 18 | // |
| 19 | HashStringRegistry::HashStringRegistry() |
| 20 | : m_RegisteredHashes(16u, 0u) |
| 21 | { } |
| 22 | |
| 23 | //------------------------------ |
| 24 | // HashStringRegistry::Instance |
nothing calls this directly
no outgoing calls
no test coverage detected