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

FuncType DebugFunc

pkg/metadata/plugin_metadata.go:317–317  ·  view source on GitHub ↗

DebugFunc is a function that writes debug information. Use DebugfNoop for silence.

func(format string, v ...interface{})

Source from the content-addressed store, hash-verified

315// DebugFunc is a function that writes debug information.
316// Use DebugfNoop for silence.
317type DebugFunc func(format string, v ...interface{})
318
319// DebugfNoop is a silent DebugFunc.
320func DebugfNoop(format string, v ...interface{}) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected