Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
49
func
CreateDevboxTempDir() (string, error) {
50
tmpDir, err := os.MkdirTemp(
""
,
"devbox"
)
51
return
tmpDir, errors.WithStack(err)
52
}
Callers
4
pullTextDevboxConfig
Method · 0.92
Push
Function · 0.92
CloneToTmp
Function · 0.92
Compress
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected