Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HashLoad/boss
/ createPath
Function
createPath
core/paths/paths.go:73–75 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
71
}
72
73
func
createPath(path string) {
74
utils.HandleError(os.MkdirAll(path, os.ModeDir|0755))
75
}
76
77
func
cleanArtifacts(dir string, lock models.PackageLock) {
78
fileInfos, err := ioutil.ReadDir(dir)
Callers
1
EnsureCleanModulesDir
Function · 0.85
Calls
1
HandleError
Function · 0.92
Tested by
no test coverage detected