Home | History | Annotate | Download | only in http

Lines Matching refs:IsRegular

399 func srcIsRegularFile(src io.Reader) (isRegular bool, err error) {
406 return fi.Mode().IsRegular(), nil