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

Function manifestFor

apps/kimi-code/test/cli/update/preflight.test.ts:119–126  ·  view source on GitHub ↗
(version: string, overrides: Partial<UpdateManifest> = {})

Source from the content-addressed store, hash-verified

117}
118
119function manifestFor(version: string, overrides: Partial<UpdateManifest> = {}): UpdateManifest {
120 return {
121 version,
122 publishedAt: '2020-01-01T00:00:00.000Z',
123 rollout: [],
124 ...overrides,
125 };
126}
127
128function cacheWithManifest(manifest: UpdateManifest): UpdateCache {
129 return {

Callers 3

heldForEveryoneFunction · 0.85
releasedForEveryoneFunction · 0.85
preflight.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected