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

Function configPath

internal/config/config.go:42–44  ·  view source on GitHub ↗

configPath returns the full path to the config file.

(baseDir string)

Source from the content-addressed store, hash-verified

40
41// configPath returns the full path to the config file.
42func configPath(baseDir string) string {
43 return filepath.Join(baseDir, configFile)
44}
45
46// Exists checks if the config file exists.
47func Exists(baseDir string) bool {

Callers 3

ExistsFunction · 0.85
LoadFunction · 0.85
SaveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected