MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / Default

Function Default

internal/config/config.go:37–39  ·  view source on GitHub ↗

Default returns a Config with zero-value defaults.

()

Source from the content-addressed store, hash-verified

35
36// Default returns a Config with zero-value defaults.
37func Default() *Config {
38 return &Config{}
39}
40
41// configPath returns the full path to the config file.
42func configPath(baseDir string) string {

Calls

no outgoing calls