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

Method getSemanticHash

src/ast/ast_typedecl.cpp:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528 }
529
530 uint64_t TypeDecl::getSemanticHash() const {
531 HashBuilder hb;
532 return getSemanticHash(hb);
533 }
534
535 uint64_t TypeDecl::getSemanticHash(HashBuilder & hb) const {
536 TextWriter wr;

Callers 1

getFunctionHashFunction · 0.80

Calls 7

getSemanticHashFunction · 0.85
flagsWithoutAliasCacheFunction · 0.85
updateStringMethod · 0.80
updateMethod · 0.45
getMangledNameMethod · 0.45
strMethod · 0.45
getHashMethod · 0.45

Tested by

no test coverage detected