MCPcopy Create free account
hub / github.com/exercism/cli / Save

Method Save

config/config.go:114–116  ·  view source on GitHub ↗

Save persists a viper config of the base name.

(basename string)

Source from the content-addressed store, hash-verified

112
113// Save persists a viper config of the base name.
114func (c Config) Save(basename string) error {
115 return c.Persister.Save(c.UserViperConfig, basename)
116}
117
118// InferSiteURL guesses what the website URL is.
119// The basis for the guess is which API we're submitting to.

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.65

Tested by

no test coverage detected