Print model breakdown.
(&self, attest: &Attestation)
| 510 | |
| 511 | /// Print model breakdown. |
| 512 | fn print_models(&self, attest: &Attestation) { |
| 513 | for model in &attest.models { |
| 514 | println!(" {}", model); |
| 515 | } |
| 516 | } |
| 517 | |
| 518 | /// Print changes covered. |
| 519 | fn print_changes(&self, attest: &Attestation) { |
no outgoing calls
no test coverage detected