MCPcopy Create free account
hub / github.com/github/gh-aw / FormatInfoMessage

Function FormatInfoMessage

pkg/console/console.go:171–173  ·  view source on GitHub ↗

FormatInfoMessage formats an informational message

(message string)

Source from the content-addressed store, hash-verified

169
170// FormatInfoMessage formats an informational message
171func FormatInfoMessage(message string) string {
172 return formatInfoMessageWithTTY(message, isTTY)
173}
174
175// FormatInfoMessageStderr formats an informational message for stderr output.
176func FormatInfoMessageStderr(message string) string {

Callers 1

TestFormatInfoMessageFunction · 0.70

Calls 1

formatInfoMessageWithTTYFunction · 0.85

Tested by 1

TestFormatInfoMessageFunction · 0.56