Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
func
Fwarning(w io.Writer, a ...any) {
42
warning.Fprint(w,
"Warning: "
)
43
fmt.Fprint(w, a...)
44
}
45
46
func
Fwarningf(w io.Writer, format string, a ...any) {
47
warning.Fprint(w,
"Warning: "
)
Callers
1
postRun
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected