MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / codebase-upload.test.ts

File codebase-upload.test.ts

apps/kimi-code/test/feedback/codebase-upload/codebase-upload.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { execFile } from 'node:child_process';
2import { randomBytes } from 'node:crypto';
3import { mkdtemp, mkdir, rm, stat, utimes, writeFile } from 'node:fs/promises';
4import { tmpdir } from 'node:os';

Callers

nothing calls this directly

Calls 13

uploadArchiveFunction · 0.90
packageCodebaseFunction · 0.90
scanCodebaseFunction · 0.90
mkdtempFunction · 0.85
rejectFunction · 0.85
getMethod · 0.65
textMethod · 0.65
abortMethod · 0.65
nowMethod · 0.65
writeFileFunction · 0.50
statFunction · 0.50

Tested by

no test coverage detected