MCPcopy Index your code
hub / github.com/cli/cli / EditableOptionsFetch

Method EditableOptionsFetch

pkg/cmd/pr/edit/edit.go:525–527  ·  view source on GitHub ↗
(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support)

Source from the content-addressed store, hash-verified

523type fetcher struct{}
524
525func (f fetcher) EditableOptionsFetch(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support) error {
526 return shared.FetchOptions(client, repo, opts, projectsV1Support)
527}
528
529type EditorRetriever interface {
530 Retrieve() (string, error)

Callers

nothing calls this directly

Calls 1

FetchOptionsFunction · 0.92

Tested by

no test coverage detected