MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / refreshInBackground

Function refreshInBackground

apps/kimi-code/src/cli/update/preflight.ts:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183}
184
185function refreshInBackground(): void {
186 void refreshUpdateCache().catch(() => {});
187}
188
189/** Telemetry properties describing where this device sits in the rollout. */
190interface RolloutTelemetry {

Callers 1

runUpdatePreflightFunction · 0.85

Calls 1

refreshUpdateCacheFunction · 0.90

Tested by

no test coverage detected