| 53 | } |
| 54 | |
| 55 | uint32_t utils::GetHash(const char *name) |
| 56 | { |
| 57 | IDParam param(name); |
| 58 | return param.GetIDHash(); |
| 59 | } |
| 60 | |
| 61 | wchar_t *utils::GetStringWithNum(const char *name, uint32_t num) |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected