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

Method findStructure

src/ast/ast_module.cpp:712–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710 }
711
712 StructurePtr Module::findStructure ( const string & na ) const {
713 return structures.find(na);
714 }
715
716 AnnotationPtr Module::findAnnotation ( const string & na ) const {
717 auto it = handleTypes.find(hash64z(na.c_str()));

Callers 6

try_find_structFunction · 0.45
ast_structureNameFunction · 0.45
find_unique_structureFunction · 0.45
module_find_structureFunction · 0.45
patchMethod · 0.45

Calls 3

splitTypeNameFunction · 0.85
findMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected