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

Function cacheWithManifest

apps/kimi-code/test/cli/update/preflight.test.ts:128–135  ·  view source on GitHub ↗
(manifest: UpdateManifest)

Source from the content-addressed store, hash-verified

126}
127
128function cacheWithManifest(manifest: UpdateManifest): UpdateCache {
129 return {
130 source: 'cdn',
131 checkedAt: '2026-04-23T08:00:00.000Z',
132 latest: manifest.version,
133 manifest,
134 };
135}
136
137/** Every bucket delayed by 24h and the clock just started: nobody is eligible. */
138function heldForEveryone(version: string): UpdateManifest {

Callers 1

preflight.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected