Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_NameName
Function · 0.45
visit
Method · 0.45
parseTypeFromMangledName
Method · 0.45
module_builtin_ast_serialize.cpp
File · 0.45
Calls
3
splitTypeName
Function · 0.85
find
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected