MCPcopy
hub / github.com/matryer/xbar / CycleFunc

FuncType CycleFunc

pkg/plugins/plugin.go:27–27  ·  view source on GitHub ↗

CycleFunc is a callback fired after a Plugin's CycleIndex has changed.

func(ctx context.Context, p *Plugin)

Source from the content-addressed store, hash-verified

25 // CycleFunc is a callback fired after a Plugin's CycleIndex
26 // has changed.
27 CycleFunc func(ctx context.Context, p *Plugin)
28 // DebugFunc is a function that records debug information.
29 DebugFunc func(format string, v ...interface{})
30)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected