MCPcopy Create free account
hub / github.com/assaultcube/AC / identhash

Function identhash

source/src/command.cpp:693–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693void identhash(uint64_t *d)
694{
695 enumerate(*idents, ident, id, if(id.type == ID_COMMAND || id.type == ID_VAR) { *d ^= id.type == ID_VAR ? (size_t)"" - (size_t)id.name : (size_t)identhash - (size_t)id.fun; *d *= 16777619; });
696}
697
698// tab-completion of all idents

Callers 1

passphrase2keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected