MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / getMangledNameHash

Method getMangledNameHash

src/ast/ast.cpp:720–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718 }
719
720 uint64_t Variable::getMangledNameHash() const {
721 auto mangledName = getMangledName();
722 return getMNHash(mangledName);
723 }
724
725 uint64_t Variable::getMNHash(const string &mangledName) {
726 return hash_blockz64((uint8_t *)mangledName.c_str());

Callers 9

allocateStackMethod · 0.45
inferTypesDirtyMethod · 0.45
visitMethod · 0.45
sv_simulateLetInitMethod · 0.45
buildMNLookupMethod · 0.45
simulateMethod · 0.45
serializeUseFunctionsFunction · 0.45

Calls 2

hash_blockz64Function · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected