MCPcopy 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
13func DataSubpath(subpath string) string {
14 return filepath.Join(dataDir(), subpath)
15}
16
17func ConfigSubpath(subpath string) string {
18 return filepath.Join(configDir(), subpath)

Callers 3

GlobalDataPathFunction · 0.92
utilityDataPathFunction · 0.92

Calls 1

dataDirFunction · 0.85

Tested by

no test coverage detected