Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
impl Drop for SubProcess {
92
fn drop(&mut self) {
93
info!(
"Drop subprocess: {:?} {:?}"
, self.command, self.args);
94
self.stop();
95
}
96
}
97
98
pub async fn send_progress(
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected