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

Function log

packages/migration-legacy/src/run-migration.ts:37–39  ·  view source on GitHub ↗
(m: string)

Source from the content-addressed store, hash-verified

35 const startedAt = new Date().toISOString();
36 const version = input.migratorVersion ?? DEFAULT_MIGRATOR_VERSION;
37 const log = (m: string): void => {
38 input.onProgress?.(m);
39 };
40
41 const config = input.scope.config
42 ? await migrateConfigStep({ sourceHome: input.source, targetHome: input.target })

Callers 1

runMigrationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected