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

Function addModuleAlias

src/builtin/module_builtin_ast.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 bool addModuleAlias ( Module * module, TypeDeclPtr & _ptr ) {
235 TypeDeclPtr ptr = das::move(_ptr);
236 return module->addAlias(ptr, true);
237 }
238
239 Module * thisModule ( Context * context, LineInfoArg * lineinfo ) {
240 if ( !context->thisProgram ) {

Callers

nothing calls this directly

Calls 1

addAliasMethod · 0.45

Tested by

no test coverage detected