Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ noopTaskMonitor
Struct
noopTaskMonitor
core/runtime/monitor.go:40–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
type
noopTaskMonitor
struct
{
41
}
42
43
func
(mm *noopTaskMonitor) Monitor(c Task, labels
map
[string]string) error {
44
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected