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

Method writeTerminalInput

packages/server-e2e/src/client.ts:512–523  ·  view source on GitHub ↗
(
    sid: string,
    terminalId: string,
    data: string,
    options: TerminalControlOptions = {},
  )

Source from the content-addressed store, hash-verified

510 }
511
512 writeTerminalInput(
513 sid: string,
514 terminalId: string,
515 data: string,
516 options: TerminalControlOptions = {},
517 ): Promise<TerminalInputResult> {
518 return this._sendWsControl<TerminalInputResult>(
519 'terminal_input',
520 { session_id: sid, terminal_id: terminalId, data },
521 options.timeoutMs,
522 );
523 }
524
525 resizeTerminal(
526 sid: string,

Callers 1

mainFunction · 0.95

Calls 1

_sendWsControlMethod · 0.95

Tested by

no test coverage detected