MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / drop

Method drop

src/sessions/codex_app_server.rs:255–259  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

253
254impl Drop for ChildGuard {
255 fn drop(&mut self) {
256 kill_child_process_tree(&mut self.child);
257 let _ = self.child.kill();
258 let _ = self.child.wait();
259 }
260}
261
262#[cfg(windows)]

Callers

nothing calls this directly

Calls 1

kill_child_process_treeFunction · 0.85

Tested by

no test coverage detected