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

Function archivePathCleanupDir

apps/kimi-code/src/feedback/archive.ts:70–72  ·  view source on GitHub ↗
(archivePath: string)

Source from the content-addressed store, hash-verified

68}
69
70function archivePathCleanupDir(archivePath: string): string {
71 return dirname(archivePath);
72}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected