(opts shared.FindOptions)
| 1719 | } |
| 1720 | |
| 1721 | func (f fieldCapturingFinder) Find(opts shared.FindOptions) (*api.PullRequest, ghrepo.Interface, error) { |
| 1722 | *f.fields = opts.Fields |
| 1723 | return f.PRFinder.Find(opts) |
| 1724 | } |
| 1725 | |
| 1726 | func hostsConfig(tokens map[string]string) string { |
| 1727 | var b strings.Builder |