sourcegraph/sourcegraph-public-snapshot

insights: replace/remove `GroupedResult` struct for compute streaming results

Aperta

#38.472 aperta il 8 lug 2022

 (2 commenti) (0 reazioni) (0 assegnatari)Go (1374 fork)auto 404
backendcode-insightsdebtgood first issue

Metriche repository

Star
 (10.290 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor