github.com/go-git/gcfg/token.FileSet.last (field)

5 uses

	github.com/go-git/gcfg/token (current package)
		position.go#L293: 	last  *File        // cache of last file looked up
		position.go#L344: 	s.last = f
		position.go#L371: 	if f := s.last; f != nil && f.base <= int(p) && int(p) <= f.base+f.size {
		position.go#L379: 			s.last = f
		serialize.go#L36: 	s.last = nil