Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
function
archivePathCleanupDir(archivePath: string): string {
71
return
dirname(archivePath);
72
}
Callers
1
createFeedbackArchivePath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected