MCPcopy Index your code
hub / github.com/cli/cli / PrintMessage

Function PrintMessage

pkg/cmd/pr/shared/display.go:62–64  ·  view source on GitHub ↗
(io *iostreams.IOStreams, s string)

Source from the content-addressed store, hash-verified

60}
61
62func PrintMessage(io *iostreams.IOStreams, s string) {
63 fmt.Fprintln(io.Out, io.ColorScheme().Muted(s))
64}
65
66func ListNoResults(repoName string, itemName string, hasFilters bool) error {
67 if hasFilters {

Callers 1

statusRunFunction · 0.92

Calls 2

MutedMethod · 0.80
ColorSchemeMethod · 0.80

Tested by

no test coverage detected