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

Function Fwarning

internal/ux/messages.go:41–44  ·  view source on GitHub ↗
(w io.Writer, a ...any)

Source from the content-addressed store, hash-verified

39}
40
41func Fwarning(w io.Writer, a ...any) {
42 warning.Fprint(w, "Warning: ")
43 fmt.Fprint(w, a...)
44}
45
46func Fwarningf(w io.Writer, format string, a ...any) {
47 warning.Fprint(w, "Warning: ")

Callers 1

postRunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected