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

Function unchangeWarning

src/cmd/config.go:117–119  ·  view source on GitHub ↗
(field, reason string)

Source from the content-addressed store, hash-verified

115}
116
117func unchangeWarning(field, reason string) {
118 utils.PrintWarning(`Config "` + field + `" unchanged: ` + reason)
119}
120
121func arrayType(section *ini.Section, field, value string) {
122 key, err := section.GetKey(field)

Callers 3

searchFieldFunction · 0.85
arrayTypeFunction · 0.85
toggleTypeFunction · 0.85

Calls 1

PrintWarningFunction · 0.92

Tested by

no test coverage detected