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

Struct projectsV1MetadataFetcherSpy

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

Source from the content-addressed store, hash-verified

175}
176
177type projectsV1MetadataFetcherSpy struct {
178 projectsV1Requested bool
179}
180
181func (mf *projectsV1MetadataFetcherSpy) RepoMetadataFetch(input api.RepoMetadataInput) (*api.RepoMetadataResult, error) {
182 if input.ProjectsV1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected