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

Struct MetadataFetcher

pkg/cmd/pr/shared/survey.go:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138type MetadataFetcher struct {
139 IO *iostreams.IOStreams
140 APIClient *api.Client
141 Repo ghrepo.Interface
142 State *IssueMetadataState
143}
144
145func (mf *MetadataFetcher) RepoMetadataFetch(input api.RepoMetadataInput) (*api.RepoMetadataResult, error) {
146 mf.IO.StartProgressIndicator()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected