Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ findStructureByMangledNameHash
Method
findStructureByMangledNameHash
src/ast/ast_module.cpp:708–710 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
706
}
707
708
StructurePtr Module::findStructureByMangledNameHash ( uint64_t hash ) const {
709
return structures.find(hash);
710
}
711
712
StructurePtr Module::findStructure ( const string & na ) const {
713
return structures.find(na);
Callers
1
findExternal
Method · 0.80
Calls
1
find
Method · 0.45
Tested by
no test coverage detected