(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support)
| 523 | type fetcher struct{} |
| 524 | |
| 525 | func (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 | |
| 529 | type EditorRetriever interface { |
| 530 | Retrieve() (string, error) |
nothing calls this directly
no test coverage detected