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

Method EditableOptionsFetch

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

Source from the content-addressed store, hash-verified

1373type testFetcher struct{}
1374
1375func (f testFetcher) EditableOptionsFetch(client *api.Client, repo ghrepo.Interface, opts *shared.Editable, projectsV1Support gh.ProjectsV1Support) error {
1376 return shared.FetchOptions(client, repo, opts, projectsV1Support)
1377}
1378
1379type testSurveyor struct {
1380 fieldsToEdit func(e *shared.Editable) error

Callers

nothing calls this directly

Calls 1

FetchOptionsFunction · 0.92

Tested by

no test coverage detected