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

Function findModuleVariable

src/builtin/module_builtin_ast.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 VariablePtr findModuleVariable ( Module * module, const char * name ) {
161 return name ? module->findVariable(name) : nullptr;
162 }
163
164 // variable lookup with all the rules
165

Callers

nothing calls this directly

Calls 1

findVariableMethod · 0.45

Tested by

no test coverage detected