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

Function CreateDevboxTempDir

internal/fileutil/dir.go:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func CreateDevboxTempDir() (string, error) {
50 tmpDir, err := os.MkdirTemp("", "devbox")
51 return tmpDir, errors.WithStack(err)
52}

Callers 4

pullTextDevboxConfigMethod · 0.92
PushFunction · 0.92
CloneToTmpFunction · 0.92
CompressFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected