MCPcopy Index your code
hub / github.com/jetify-com/devbox / utilityDataPath

Function utilityDataPath

internal/devbox/util.go:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96}
97
98func utilityDataPath() (string, error) {
99 path := xdg.DataSubpath("devbox/util")
100 return path, errors.WithStack(os.MkdirAll(path, 0o755))
101}
102
103func utilityNixProfilePath() (string, error) {
104 path, err := utilityDataPath()

Callers 2

utilityNixProfilePathFunction · 0.85

Calls 1

DataSubpathFunction · 0.92

Tested by

no test coverage detected