(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support)
| 1946 | type testFetcher struct{} |
| 1947 | |
| 1948 | func (f testFetcher) EditableOptionsFetch(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support) error { |
| 1949 | return shared.FetchOptions(client, repo, opts, projectsV1Support) |
| 1950 | } |
| 1951 | |
| 1952 | type testSurveyor struct { |
| 1953 | fieldsToEdit func(e *shared.Editable) error |
nothing calls this directly
no test coverage detected