MCPcopy Create free account
hub / github.com/defold/defold / ClearModules

Function ClearModules

engine/script/src/script_module.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 void ClearModules(HContext context)
199 {
200 context->m_Modules.Iterate(&FreeModuleCallback, (void*) context->m_ResourceFactory);
201 context->m_Modules.Clear();
202 }
203
204 bool ModuleLoaded(HContext context, const char* script_name)
205 {

Callers 1

DeleteContextFunction · 0.85

Calls 2

IterateMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected