MCPcopy Index your code
hub / github.com/ermak-dev/cloudpub / drop

Method drop

client/src/shell.rs:92–95  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

90
91impl Drop for SubProcess {
92 fn drop(&mut self) {
93 info!("Drop subprocess: {:?} {:?}", self.command, self.args);
94 self.stop();
95 }
96}
97
98pub async fn send_progress(

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected