sourcegraph/sourcegraph-public-snapshot

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

开放

#38,472 创建于 2022年7月8日

 (2 条评论) (0 个反应) (0 位负责人)Go (1,374 个派生)auto 404
backendcode-insightsdebtgood first issue

仓库指标

星标
 (10,290 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南