MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / kimi-datasource-plugin.test.ts

File kimi-datasource-plugin.test.ts

apps/kimi-code/test/utils/kimi-datasource-plugin.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { spawn, type ChildProcessWithoutNullStreams } from 'node:child_process';
2import { mkdtemp, mkdir, readFile, rm, writeFile } from 'node:fs/promises';
3import { createServer, type IncomingMessage, type ServerResponse } from 'node:http';
4import { tmpdir } from 'node:os';

Callers

nothing calls this directly

Calls 14

mkdtempFunction · 0.85
createRpcClientFunction · 0.85
listenFunction · 0.85
closeServerFunction · 0.70
requestMethod · 0.65
killMethod · 0.65
onMethod · 0.65
mkdirFunction · 0.50
writeFileFunction · 0.50
spawnFunction · 0.50

Tested by

no test coverage detected