MCPcopy Index your code
hub / github.com/devspace-sh/devspace / notify

Struct notify

pkg/util/interrupt/interrupt.go:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type notify struct {
51 id string
52 fn func()
53}
54
55// New creates a new handler that guarantees all notify functions are run after the critical
56// section exits (or is interrupted by the OS), then invokes the final handler. If no final

Callers 1

RunAlwaysMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected