Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ isUnixAbs
Function
isUnixAbs
pkg/compose/create.go:1194–1196 ·
view source on GitHub ↗
(p string)
Source
from the content-addressed store, hash-verified
1192
}
1193
1194
func
isUnixAbs(p string) bool {
1195
return
strings.HasPrefix(p,
"/"
)
1196
}
1197
1198
func
isWindowsAbs(p string) bool {
1199
return
paths.IsWindowsAbs(p)
Callers
2
isAbsTarget
Function · 0.85
buildMount
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected