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

Function checkExists

pkg/e2e/framework.go:188–191  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

186}
187
188func checkExists(path string) bool {
189 _, err := os.Stat(path)
190 return err == nil
191}
192
193func dirContents(dir string) []string {
194 var res []string

Callers 1

initializeContextDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected