MCPcopy Create free account
hub / github.com/jetify-com/devbox / Ferrorf

Function Ferrorf

internal/ux/messages.go:56–59  ·  view source on GitHub ↗
(w io.Writer, format string, a ...any)

Source from the content-addressed store, hash-verified

54}
55
56func Ferrorf(w io.Writer, format string, a ...any) {
57 error.Fprint(w, "Error: ")
58 fmt.Fprintf(w, format, a...)
59}
60
61// Hidable messages allow the use of context to disable a message. Messages can be hidden
62// by their format string.

Callers 3

authNewTokenCommandFunction · 0.92
ExecuteMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected