MCPcopy
hub / github.com/spicetify/cli / PrintNote

Function PrintNote

src/utils/print.go:78–80  ·  view source on GitHub ↗

PrintNote prints a warning message

(text string)

Source from the content-addressed store, hash-verified

76
77// PrintNote prints a warning message
78func PrintNote(text string) {
79 Note.Println(text)
80}
81
82// PrintWarning prints a warning message
83func PrintWarning(text string) {

Callers 2

mainFunction · 0.92
DisplayColorsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected