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

Method Find

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FindMethod · 0.65

Tested by

no test coverage detected