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