MCPcopy Create free account
hub / github.com/AmelieHeinrich/Termina / IsLoaded

Method IsLoaded

Sources/Termina/Scripting/ScriptModuleManager.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 bool ScriptModuleManager::IsLoaded(const std::string& name) const
168 {
169 return m_Modules.count(name) > 0;
170 }
171
172 std::vector<std::pair<std::string, std::string>> ScriptModuleManager::GetLoadedModules() const
173 {

Callers 2

LoadFromFileMethod · 0.45
ShowDebugWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected