Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ archive.test.ts
File
archive.test.ts
packages/agent-core/test/plugin/archive.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
;
2
import
{ mkdtemp, readFile, stat } from
'node:fs/promises'
;
3
import
path from
'node:path'
;
4
import
{ tmpdir } from
'node:os'
;
Callers
nothing calls this directly
Calls
12
downloadZip
Function · 0.90
extractZip
Function · 0.90
mkdtemp
Function · 0.85
createMinimalZip
Function · 0.85
createZipBuffer
Function · 0.70
serveOnce
Function · 0.70
close
Method · 0.65
listen
Method · 0.65
resolve
Function · 0.50
readFile
Function · 0.50
stat
Function · 0.50
end
Method · 0.45
Tested by
no test coverage detected