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

Method EditableOptionsFetch

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

Source from the content-addressed store, hash-verified

612type fetcher struct{}
613
614func (f fetcher) EditableOptionsFetch(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support) error {
615 return shared.FetchOptions(client, repo, opts, projectsV1Support)
616}
617
618type EditorRetriever interface {
619 Retrieve() (string, error)

Callers

nothing calls this directly

Calls 1

FetchOptionsFunction · 0.92

Tested by

no test coverage detected