(config)
| 231 | // ─── Endpoint Check (delegated to config module) ───────────────────────────── |
| 232 | |
| 233 | async function checkOllama(config) { |
| 234 | return checkEndpoint(config); |
| 235 | } |
| 236 | |
| 237 | // ─── TUI ───────────────────────────────────────────────────────────────────── |
| 238 |
no test coverage detected