github.com/ssdev-go/moby@v17.12.1-ce-rc2+incompatible/volume/volume_windows.go (about)

     1  package volume
     2  
     3  func (p *windowsParser) HasResource(m *MountPoint, absolutePath string) bool {
     4  	return false
     5  }
     6  func (p *linuxParser) HasResource(m *MountPoint, absolutePath string) bool {
     7  	return false
     8  }