MCPcopy Create free account
hub / github.com/ejoffe/spr / InternalConfigFilePath

Function InternalConfigFilePath

config/config_parser/config_parser.go:91–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func InternalConfigFilePath() string {
92 rootdir, err := os.UserHomeDir()
93 check(err)
94 filepath := filepath.Clean(path.Join(rootdir, ".spr.state"))
95 return filepath
96}

Callers 3

MaybeStarMethod · 0.92
RunMergeCheckMethod · 0.92
ParseConfigFunction · 0.85

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected