(task: string, method: string)
| 648 | }, |
| 649 | |
| 650 | task(task: string, method: string): void { |
| 651 | console.log(chalk.gray(" Task: ") + chalk.white(task)); |
| 652 | console.log(chalk.gray(" Method: ") + chalk.white(method)); |
| 653 | }, |
| 654 | }; |
| 655 | |
| 656 | export function printComparisonResults( |
nothing calls this directly
no outgoing calls
no test coverage detected