Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFunctionHash
Function · 0.80
Calls
7
getSemanticHash
Function · 0.85
flagsWithoutAliasCache
Function · 0.85
updateString
Method · 0.80
update
Method · 0.45
getMangledName
Method · 0.45
str
Method · 0.45
getHash
Method · 0.45
Tested by
no test coverage detected