MCPcopy Create free account
hub / github.com/cli/cli / Find

Method Find

pkg/cmd/pr/edit/edit_test.go:1719–1722  ·  view source on GitHub ↗
(opts shared.FindOptions)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FindMethod · 0.65

Tested by

no test coverage detected