MCPcopy
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
156func (f *TempDirFixture) TouchFiles(paths []string) {
157 for _, p := range paths {
158 f.WriteFile(p, "")
159 }
160}
161
162func (f *TempDirFixture) Rm(pathInRepo string) {
163 fullPath := f.JoinPath(pathInRepo)

Callers

nothing calls this directly

Calls 1

WriteFileMethod · 0.95

Tested by

no test coverage detected