MCPcopy
hub / github.com/cortesi/devd / mustRemoveAll

Function mustRemoveAll

fileserver/fileserver_test.go:232–237  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

230}
231
232func mustRemoveAll(dir string) {
233 err := os.RemoveAll(dir)
234 if err != nil {
235 panic(err)
236 }
237}
238
239func TestFileServerImplicitLeadingSlash(t *testing.T) {
240 defer afterTest(t)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected