MCPcopy 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

1import { describe, expect, it } from 'vitest';
2import { mkdtemp, readFile, stat } from 'node:fs/promises';
3import path from 'node:path';
4import { tmpdir } from 'node:os';

Callers

nothing calls this directly

Calls 12

downloadZipFunction · 0.90
extractZipFunction · 0.90
mkdtempFunction · 0.85
createMinimalZipFunction · 0.85
createZipBufferFunction · 0.70
serveOnceFunction · 0.70
closeMethod · 0.65
listenMethod · 0.65
resolveFunction · 0.50
readFileFunction · 0.50
statFunction · 0.50
endMethod · 0.45

Tested by

no test coverage detected