Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
func
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
MaybeStar
Method · 0.92
RunMergeCheck
Method · 0.92
ParseConfig
Function · 0.85
Calls
1
check
Function · 0.70
Tested by
no test coverage detected