MCPcopy Index your code
hub / github.com/jetify-com/devbox / Fwarningf

Function Fwarningf

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

Source from the content-addressed store, hash-verified

44}
45
46func Fwarningf(w io.Writer, format string, a ...any) {
47 warning.Fprint(w, "Warning: ")
48 fmt.Fprintf(w, format, a...)
49}
50
51func Ferror(w io.Writer, a ...any) {
52 error.Fprint(w, "Error: ")

Callers 15

ensureGlobalEnvEnabledFunction · 0.92
nixDaemonFlagValFunction · 0.92
initCmdFunction · 0.92
whoAmICmdFunction · 0.92
printSearchResultsFunction · 0.92
RemoveMethod · 0.92
handleInstallFailureMethod · 0.92
getWriteCacheURIFunction · 0.92
OpenFunction · 0.92
checkOldEnvrcMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected