Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
78
func
(d *TempDir) TearDown() error {
79
return
os.RemoveAll(d.dir)
80
}
81
82
func
(d *TempDir) Path() string {
83
return
d.dir
Callers
2
tearDown
Method · 0.80
TestWatchBrokenLink
Function · 0.80
Calls
1
RemoveAll
Method · 0.80
Tested by
1
TestWatchBrokenLink
Function · 0.64