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

Function sourceCredentialsDir

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

Source from the content-addressed store, hash-verified

2
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');

Callers 1

detectMigrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected