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

Method Write

src/utils/config.go:108–110  ·  view source on GitHub ↗

Write writes content to config file.

()

Source from the content-addressed store, hash-verified

106
107// Write writes content to config file.
108func (c config) Write() error {
109 return c.content.SaveTo(c.path)
110}
111
112func (c config) GetSection(name string) *ini.Section {
113 sec, err := c.content.GetSection(name)

Callers 1

ParseConfigFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected