Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OverloadBlitz/cloudcent-cli
/ DBPath
Function
DBPath
internal/config/config.go:93–99 ·
view source on GitHub ↗
DBPath returns ~/.cloudcent/cloudcent.db
()
Source
from the content-addressed store, hash-verified
91
92
// DBPath returns ~/.cloudcent/cloudcent.db
93
func
DBPath() (string, error) {
94
dir, err := Dir()
95
if
err != nil {
96
return
""
, err
97
}
98
return
filepath.Join(dir,
"cloudcent.db"
), nil
99
}
Callers
2
View
Method · 0.92
New
Function · 0.92
Calls
1
Dir
Function · 0.85
Tested by
no test coverage detected