MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / _write

Method _write

out/cli.cjs:63363–63367  ·  view source on GitHub ↗

* @param {Buffer} chunk * @param {() => void} callback

(chunk, _7, callback)

Source from the content-addressed store, hash-verified

63361 constructor(ws) {
63362 super();
63363 this.ws = ws;
63364 }
63365 /**
63366 * @param {Buffer} chunk
63367 * @param {() => void} callback
63368 */
63369 _write(chunk, _7, callback) {
63370 this.#buffers.push(chunk);

Callers

nothing calls this directly

Calls 2

runMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected