MCPcopy
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
1194func isUnixAbs(p string) bool {
1195 return strings.HasPrefix(p, "/")
1196}
1197
1198func isWindowsAbs(p string) bool {
1199 return paths.IsWindowsAbs(p)

Callers 2

isAbsTargetFunction · 0.85
buildMountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected