MCPcopy
hub / github.com/docker/compose / TearDown

Method TearDown

pkg/watch/temp.go:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (d *TempDir) TearDown() error {
79 return os.RemoveAll(d.dir)
80}
81
82func (d *TempDir) Path() string {
83 return d.dir

Callers 2

tearDownMethod · 0.80
TestWatchBrokenLinkFunction · 0.80

Calls 1

RemoveAllMethod · 0.80

Tested by 1

TestWatchBrokenLinkFunction · 0.64