github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/volume/mounts/volume_windows.go (about) 1 package mounts // import "github.com/docker/docker/volume/mounts" 2 3 func (p *linuxParser) HasResource(m *MountPoint, absolutePath string) bool { 4 return false 5 }