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

Method findVariable

src/ast/ast_module.cpp:685–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 }
684
685 VariablePtr Module::findVariable ( const string & na ) const {
686 return globals.find(na);
687 }
688
689 FunctionPtr Module::findFunctionByMangledNameHash ( uint64_t hash ) const {
690 return functions.find(hash);

Callers 14

visitMethod · 0.45
hasMatchingWithMethod · 0.45
findMatchingVarMethod · 0.45
get_global_variableFunction · 0.45
findModuleVariableFunction · 0.45
findMatchingVariableFunction · 0.45
ModuleFileAccessMethod · 0.45
findExternalMethod · 0.45
preVisitMethod · 0.45
serializeUseVariablesFunction · 0.45

Calls 1

findMethod · 0.45

Tested by

no test coverage detected