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

Function HideMessage

internal/ux/messages.go:66–68  ·  view source on GitHub ↗
(ctx context.Context, format string)

Source from the content-addressed store, hash-verified

64type ctxKey string
65
66func HideMessage(ctx context.Context, format string) context.Context {
67 return context.WithValue(ctx, ctxKey(format), true)
68}
69
70func FHidableWarning(ctx context.Context, w io.Writer, format string, a ...any) {
71 if isHidden(ctx, format) {

Callers 2

shellEnvFuncFunction · 0.92
installCmdFuncFunction · 0.92

Calls 1

ctxKeyTypeAlias · 0.70

Tested by

no test coverage detected