MCPcopy Create free account
hub / github.com/github/gh-aw / buildCombinedErrorsSummary

Function buildCombinedErrorsSummary

pkg/cli/logs_report_errors.go:59–62  ·  view source on GitHub ↗

buildCombinedErrorsSummary is an intentional no-op compatibility stub retained after error-pattern support was removed.

(_ []ProcessedRun)

Source from the content-addressed store, hash-verified

57// buildCombinedErrorsSummary is an intentional no-op compatibility stub retained
58// after error-pattern support was removed.
59func buildCombinedErrorsSummary(_ []ProcessedRun) []ErrorSummary {
60 // Preserve the previous call shape while reporting no combined errors.
61 return []ErrorSummary{}
62}
63
64// buildMissingToolsSummary aggregates missing tools across all runs
65func buildMissingToolsSummary(processedRuns []ProcessedRun) []MissingToolSummary {

Callers 1

buildLogsDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected