sourcegraph/sourcegraph-public-snapshot
insights: replace/remove `GroupedResult` struct for compute streaming results
Ouverte
#38 472 ouverte le 8 juil. 2022
backendcode-insightsdebtgood first issue
Métriques du dépôt
- Stars
- (10 290 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
PR #38416 removes deprecated code paths from the insights backend which means GroupedResult which we used for aggregating graphql results and adjacent structs are not needed anymore.
we can remove the computeTabulationResultToGroupedResults function and find a better common struct for ComputeTabulationResult, if any is needed