MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / ~EmbeddedProcess

Method ~EmbeddedProcess

editor/run/embedded_process.cpp:461–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461EmbeddedProcess::~EmbeddedProcess() {
462 if (current_process_id != 0) {
463 // Stop embedding the last process.
464 OS::get_singleton()->kill(current_process_id);
465 reset();
466 }
467}

Callers

nothing calls this directly

Calls 2

resetFunction · 0.85
killMethod · 0.45

Tested by

no test coverage detected