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

Struct metadataFetcher

pkg/cmd/pr/shared/survey_test.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type metadataFetcher struct {
17 metadataResult *api.RepoMetadataResult
18}
19
20func (mf *metadataFetcher) RepoMetadataFetch(input api.RepoMetadataInput) (*api.RepoMetadataResult, error) {
21 return mf.metadataResult, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected