Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ SwitchDir
Function
SwitchDir
e2e/framework/util.go:88–91 ·
view source on GitHub ↗
(dir string)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
SwitchDir(dir string) {
89
err := os.Chdir(dir)
90
ExpectNoError(err)
91
}
92
93
func
CleanupTempDir(initialDir, tempDir string) {
94
err := os.RemoveAll(tempDir)
Callers
1
LoadConfigWithOptionsAndResolve
Function · 0.85
Calls
1
ExpectNoError
Function · 0.85
Tested by
no test coverage detected