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

Function sourceSessionsDir

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

Source from the content-addressed store, hash-verified

3// Source (~/.kimi/) paths
4export const sourceCredentialsDir = (src: string): string => join(src, 'credentials');
5export const sourceSessionsDir = (src: string): string => join(src, 'sessions');
6export const sourceUserHistoryDir = (src: string): string => join(src, 'user-history');
7export const sourceSkillsDir = (src: string): string => join(src, 'skills');
8export const sourceKimiJson = (src: string): string => join(src, 'kimi.json');

Callers 2

detectMigrationFunction · 0.85
migrateSessionsStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected