MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / processInput

Function processInput

packages/pi-tui/test/stdin-buffer.test.ts:27–29  ·  view source on GitHub ↗
(data: string | Buffer)

Source from the content-addressed store, hash-verified

25
26 // Helper to process data through the buffer
27 function processInput(data: string | Buffer): void {
28 buffer.process(data);
29 }
30
31 // Helper to wait for async operations
32 async function wait(ms: number): Promise<void> {

Callers 1

Calls 1

processMethod · 0.45

Tested by

no test coverage detected