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

Method EditableOptionsFetch

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FetchOptionsFunction · 0.92

Tested by

no test coverage detected