MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / print_walkthrough

Function print_walkthrough

atomic-cli/src/commands/triage/output.rs:234–236  ·  view source on GitHub ↗

Print the guided walkthrough skin to stdout.

(report: &TriageReport)

Source from the content-addressed store, hash-verified

232
233/// Print the guided walkthrough skin to stdout.
234pub fn print_walkthrough(report: &TriageReport) {
235 print!("{}", walkthrough_text(report));
236}
237
238/// Aggregate (additions, deletions) across a change's embedded diff.
239fn diff_stat_counts(c: &ChangeReport) -> (usize, usize) {

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected