github.com/go-git/go-billy/v5/helper/polyfill.capabilities.tempfile (field)

3 uses

	github.com/go-git/go-billy/v5/helper/polyfill (current package)
		polyfill.go#L16: type capabilities struct{ tempfile, dir, symlink, chroot bool }
		polyfill.go#L27: 	_, h.c.tempfile = h.Basic.(billy.TempFile)
		polyfill.go#L35: 	if !h.c.tempfile {