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

Function migrationErrorsLogFile

packages/migration-legacy/src/paths.ts:24–24  ·  view source on GitHub ↗
(tgt: string)

Source from the content-addressed store, hash-verified

22export const targetSessionIndex = (tgt: string): string => join(tgt, 'session_index.jsonl');
23export const migrationReportFile = (tgt: string): string => join(tgt, 'migration-report.json');
24export const migrationErrorsLogFile = (tgt: string): string => join(tgt, 'migration-errors.log');
25export const skipMarker = (tgt: string): string => join(tgt, '.skip-migration-from-kimi-cli');
26
27// Sibling fallback paths used when target file conflicts with user-modified content

Callers 2

writeMigrationErrorsLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected