Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jetify-com/devbox
/ DataSubpath
Function
DataSubpath
internal/xdg/xdg.go:13–15 ·
view source on GitHub ↗
(subpath string)
Source
from the content-addressed store, hash-verified
11
)
12
13
func
DataSubpath(subpath string) string {
14
return
filepath.Join(dataDir(), subpath)
15
}
16
17
func
ConfigSubpath(subpath string) string {
18
return
filepath.Join(configDir(), subpath)
Callers
3
globalProcessComposeJSONPath
Function · 0.92
GlobalDataPath
Function · 0.92
utilityDataPath
Function · 0.92
Calls
1
dataDir
Function · 0.85
Tested by
no test coverage detected