MCPcopy Create free account
hub / github.com/tiann/hapi / scheduleCursorModelsPrewarm

Function scheduleCursorModelsPrewarm

cli/src/modules/common/cursorModelsPrewarm.ts:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

startRunnerFunction · 0.90

Calls 2

listCursorModelsFunction · 0.90
debugMethod · 0.80

Tested by

no test coverage detected