MCPcopy Create free account
hub / github.com/modelcontextprotocol/typescript-sdk / write

Function write

test/server/stdio.test.ts:18–21  ·  view source on GitHub ↗
(chunk, encoding, callback)

Source from the content-addressed store, hash-verified

16 outputBuffer = new ReadBuffer();
17 output = new Writable({
18 write(chunk, encoding, callback) {
19 outputBuffer.append(chunk);
20 callback();
21 }
22 });
23});
24

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…