(message: string)
| 639 | }, |
| 640 | |
| 641 | warn(message: string): void { |
| 642 | console.log(chalk.yellow(" ⚠ ") + message); |
| 643 | }, |
| 644 | |
| 645 | config(model: string, serverUrl: string): void { |
| 646 | console.log(chalk.gray(" Model: ") + chalk.white(model)); |
nothing calls this directly
no outgoing calls
no test coverage detected