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

Function cacheWith

apps/kimi-code/test/cli/update/preflight.test.ts:110–117  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

108});
109
110function cacheWith(version: string): UpdateCache {
111 return {
112 source: 'cdn',
113 checkedAt: '2026-04-23T08:00:00.000Z',
114 latest: version,
115 manifest: null,
116 };
117}
118
119function manifestFor(version: string, overrides: Partial<UpdateManifest> = {}): UpdateManifest {
120 return {

Callers 1

preflight.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected