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

Method addBuiltInModule

src/ast/ast_module.cpp:956–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954 }
955
956 void ModuleLibrary::addBuiltInModule () {
957 Module * module = Module::require("$");
958 DAS_ASSERTF(module, "builtin module not found? or you have forgotten to NEED_MODULE(Module_BuiltIn) be called first");
959 if (module) addModule(module);
960 }
961
962 void ModuleLibrary::renameModule ( Module * module, const string & newName ) {
963 auto oldHashLookup = moduleLookupByHash.find(module->nameHash);

Callers 15

Module_PUGIXMLMethod · 0.80
Module_StdDlgMethod · 0.80
Module_UnitTestMethod · 0.80
Module_HVMethod · 0.80
initDependenciesMethod · 0.80
initDependenciesMethod · 0.80
Module_LiveHostMethod · 0.80
initDependenciesMethod · 0.80
initDependenciesMethod · 0.80
Module_MinfftMethod · 0.80
Module_StbTrueTypeMethod · 0.80
Module_StbImageMethod · 0.80

Calls

no outgoing calls

Tested by 1

Module_UnitTestMethod · 0.64