MCPcopy
hub / github.com/continuedev/continue / _write

Method _write

core/llm/logFormatter.test.ts:13–20  ·  view source on GitHub ↗
(
    chunk: Buffer,
    encoding: BufferEncoding,
    callback: (error?: Error | null) => void,
  )

Source from the content-addressed store, hash-verified

11 }
12
13 _write(
14 chunk: Buffer,
15 encoding: BufferEncoding,
16 callback: (error?: Error | null) => void,
17 ): void {
18 this.data.push(chunk);
19 callback();
20 }
21
22 getText() {
23 const decoder = new TextDecoder();

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected