MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / ~Engine

Method ~Engine

src/Core/Engine/Engine.cpp:217–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 Engine::~Engine()
218 {
219 try
220 {
221 this->clean();
222 }
223 catch (Exception& e)
224 {
225 Debug::Log->error("Failed to properly clean the engine :\n{}", e.what());
226 }
227 this->purge();
228 Debug::Log->debug("Engine has been correctly cleaned");
229 }
230
231 void Engine::init()
232 {

Callers

nothing calls this directly

Calls 5

cleanMethod · 0.95
purgeMethod · 0.95
debugMethod · 0.80
errorMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected