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

File bash.test.ts

packages/agent-core/test/tools/bash.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mkdtempSync, readFileSync, rmSync } from 'node:fs';
2import { tmpdir } from 'node:os';
3import { join } from 'node:path';
4import { PassThrough, Readable, type Writable } from 'node:stream';

Callers

nothing calls this directly

Calls 15

createFakeKaosFunction · 0.90
executeToolFunction · 0.90
createBackgroundManagerFunction · 0.90
registerProcessFunction · 0.90
bashToolFunction · 0.85
processThatNeverExitsFunction · 0.85
processWithStreamErrorFunction · 0.85
readOutputMethod · 0.80
processWithOutputFunction · 0.70

Tested by

no test coverage detected