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

Function isWindowsAbs

pkg/compose/create.go:1198–1200  ·  view source on GitHub ↗
(p string)

Source from the content-addressed store, hash-verified

1196}
1197
1198func isWindowsAbs(p string) bool {
1199 return paths.IsWindowsAbs(p)
1200}
1201
1202func buildMount(project types.Project, volume types.ServiceVolumeConfig) (mount.Mount, error) {
1203 source := volume.Source

Callers 2

isAbsTargetFunction · 0.85
buildMountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected