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

Function createDir

internal/plugin/plugin.go:208–213  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

206}
207
208func createDir(path string) error {
209 if path == "" {
210 return nil
211 }
212 return errors.WithStack(os.MkdirAll(path, 0o755))
213}
214
215func createSymlink(root, filePath string) error {
216 name := filepath.Base(filePath)

Callers 1

CreateFilesForConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected