Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
461
EmbeddedProcess::~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
reset
Function · 0.85
kill
Method · 0.45
Tested by
no test coverage detected