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

Method getOwnSemanticHash

src/ast/ast_typedecl.cpp:578–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576 }
577
578 uint64_t TypeDecl::getOwnSemanticHash() const {
579 HashBuilder hb;
580 das_set<Structure *> dep;
581 das_set<Annotation *> adep;
582 return getOwnSemanticHash(hb, dep, adep);
583 }
584
585 uint64_t TypeDecl::getOwnSemanticHash(HashBuilder & hb,das_set<Structure *> & dep, das_set<Annotation *> & adep) const {
586 TextWriter wr;

Callers

nothing calls this directly

Calls 9

flagsWithoutAliasCacheFunction · 0.85
updateStringMethod · 0.80
updateMethod · 0.45
findMethod · 0.45
endMethod · 0.45
insertMethod · 0.45
getMangledNameMethod · 0.45
strMethod · 0.45
getHashMethod · 0.45

Tested by

no test coverage detected