| 11 | var _ graph.QueryResolver = &rootQueryResolver{} |
| 12 | |
| 13 | type rootQueryResolver struct { |
| 14 | cache *cache.MultiRepoCache |
| 15 | } |
| 16 | |
| 17 | func (r rootQueryResolver) Repository(_ context.Context, ref *string) (*models.Repository, error) { |
| 18 | var repo *cache.RepoCache |
nothing calls this directly
no outgoing calls
no test coverage detected