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

Method findAlias

src/ast/ast_module.cpp:681–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679 }
680
681 TypeDeclPtr Module::findAlias ( const string & na ) const {
682 return aliasTypes.find(na);
683 }
684
685 VariablePtr Module::findVariable ( const string & na ) const {
686 return globals.find(na);

Callers

nothing calls this directly

Calls 4

splitTypeNameFunction · 0.85
isEnumTMethod · 0.80
findMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected