Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
188
func
checkExists(path string) bool {
189
_, err := os.Stat(path)
190
return
err == nil
191
}
192
193
func
dirContents(dir string) []string {
194
var
res []string
Callers
1
initializeContextDir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected