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

Function tempXDGStateDir

internal/setup/setup_test.go:199–202  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

197}
198
199func tempXDGStateDir(t *testing.T) {
200 t.Helper()
201 t.Setenv("XDG_STATE_HOME", t.TempDir())
202}
203
204func setPromptResponse(t *testing.T, a any) {
205 old := defaultPrompt

Callers 5

TestTaskNeedsRunTrueFunction · 0.85
TestTaskNeedsRunFalseFunction · 0.85
TestTaskLastRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected