MCPcopy 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
88func SwitchDir(dir string) {
89 err := os.Chdir(dir)
90 ExpectNoError(err)
91}
92
93func CleanupTempDir(initialDir, tempDir string) {
94 err := os.RemoveAll(tempDir)

Callers 1

Calls 1

ExpectNoErrorFunction · 0.85

Tested by

no test coverage detected