MCPcopy Index your code
hub / github.com/coder/coder / RemoveAll

Method RemoveAll

provisionersdk/tfpath/tfpath_test.go:84–89  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

82}
83
84func (rf *removeFailure) RemoveAll(path string) error {
85 if rf.removeAll != nil {
86 return rf.removeAll(path)
87 }
88 return rf.Fs.RemoveAll(path)
89}

Calls 1

removeAllMethod · 0.80

Tested by

no test coverage detected