Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ Stop
Method
Stop
core/runtime/monitor.go:64–71 ·
view source on GitHub ↗
(c Task)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(mm *multiTaskMonitor) Stop(c Task) error {
65
for
_, m :=
range
mm.monitors {
66
if
err := m.Stop(c); err != nil {
67
return
err
68
}
69
}
70
return
nil
71
}
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected