MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / GetHash

Method GetHash

NetStream/source/utils.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55uint32_t utils::GetHash(const char *name)
56{
57 IDParam param(name);
58 return param.GetIDHash();
59}
60
61wchar_t *utils::GetStringWithNum(const char *name, uint32_t num)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected