| 175 | } |
| 176 | |
| 177 | type projectsV1MetadataFetcherSpy struct { |
| 178 | projectsV1Requested bool |
| 179 | } |
| 180 | |
| 181 | func (mf *projectsV1MetadataFetcherSpy) RepoMetadataFetch(input api.RepoMetadataInput) (*api.RepoMetadataResult, error) { |
| 182 | if input.ProjectsV1 { |
nothing calls this directly
no outgoing calls
no test coverage detected