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

Function migratedMarker

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

Source from the content-addressed store, hash-verified

11export const sourceMcpOauthDir = (src: string): string => join(src, 'mcp-oauth');
12export const sourcePluginsDir = (src: string): string => join(src, 'plugins');
13export const migratedMarker = (src: string): string => join(src, '.migrated-to-kimi-code');
14
15// Target (~/.kimi-code/) paths
16export const targetSessionsDir = (tgt: string): string => join(tgt, 'sessions');

Callers 3

readMarkerFunction · 0.85
writeMarkerFunction · 0.85
appendMarkerRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected