()
| 3 | |
| 4 | /** Background fill of shared cursor-models cache; does not block runner startup. */ |
| 5 | export function scheduleCursorModelsPrewarm(): void { |
| 6 | void listCursorModels().catch((error) => { |
| 7 | logger.debug('[RUNNER RUN] Cursor model pre-warm failed', error); |
| 8 | }); |
| 9 | } |
no test coverage detected