Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ TouchFiles
Method
TouchFiles
pkg/watch/temp_dir_fixture.go:156–160 ·
view source on GitHub ↗
(paths []string)
Source
from the content-addressed store, hash-verified
154
}
155
156
func
(f *TempDirFixture) TouchFiles(paths []string) {
157
for
_, p :=
range
paths {
158
f.WriteFile(p,
""
)
159
}
160
}
161
162
func
(f *TempDirFixture) Rm(pathInRepo string) {
163
fullPath := f.JoinPath(pathInRepo)
Callers
nothing calls this directly
Calls
1
WriteFile
Method · 0.95
Tested by
no test coverage detected