MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / writeToStdout

Function writeToStdout

src/ssh/__tests__/SSHSessionManager.test.ts:67–70  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

65 return {
66 proc,
67 writeToStdout(data: string) {
68 const encoder = new TextEncoder()
69 stdoutController.enqueue(encoder.encode(data + '\n'))
70 },
71 simulateExit(code = 0) {
72 exitCode = code
73 try {

Callers 2

updatePluginCliFunction · 0.50

Calls 1

enqueueMethod · 0.45

Tested by

no test coverage detected