Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkCrossDevice (0.16 sec)

  1. cmd/endpoint.go

    		if endpoint.IsLocal {
    			var absPath string
    			absPath, err = filepath.Abs(endpoint.Path)
    			if err != nil {
    				return err
    			}
    			absPaths = append(absPaths, absPath)
    		}
    	}
    	return mountinfo.CheckCrossDevice(absPaths)
    }
    
    // PoolEndpointList is a temporary type to holds the list of endpoints
    type PoolEndpointList []Endpoints
    
    // UpdateIsLocal - resolves all hosts and discovers which are local
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 21 11:43:18 GMT 2024
    - 34.1K bytes
    - Viewed (0)
Back to top