MCPcopy 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
73func createPath(path string) {
74 utils.HandleError(os.MkdirAll(path, os.ModeDir|0755))
75}
76
77func cleanArtifacts(dir string, lock models.PackageLock) {
78 fileInfos, err := ioutil.ReadDir(dir)

Callers 1

EnsureCleanModulesDirFunction · 0.85

Calls 1

HandleErrorFunction · 0.92

Tested by

no test coverage detected