MCPcopy
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
40type noopTaskMonitor struct {
41}
42
43func (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