MCPcopy
hub / github.com/kptdev/kpt / RemoveAll

Method RemoveAll

internal/testutil/testutil.go:686–688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

684}
685
686func (w *TestWorkspace) RemoveAll() error {
687 return os.RemoveAll(w.WorkspaceDirectory)
688}
689
690// CheckoutBranch checks out the git branch in the repo
691func (w *TestWorkspace) CheckoutBranch(branch string, create bool) error {

Callers 1

Calls 1

RemoveAllMethod · 0.45

Tested by

no test coverage detected