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

Function sourceUserHistoryDir

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

Source from the content-addressed store, hash-verified

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');
9export const sourceConfigToml = (src: string): string => join(src, 'config.toml');

Callers 2

detectMigrationFunction · 0.85
migrateUserHistoryStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected