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

Method findEnum

src/ast/ast_module.cpp:735–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733 }
734
735 EnumerationPtr Module::findEnum ( const string & na ) const {
736 return enumerations.find(na);
737 }
738
739 ExprCallFactory * Module::findCall ( const string & na ) const {
740 auto it = callThis.find(na);

Callers 4

ast_NameNameFunction · 0.45
visitMethod · 0.45

Calls 3

splitTypeNameFunction · 0.85
findMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected