MCPcopy Index your code
hub / github.com/nodejs/node / write

Method write

lib/internal/streams/fast-utf8-stream.js:236–238  ·  view source on GitHub ↗

* @param {string|Buffer} data * @returns {boolean}

(data)

Source from the content-addressed store, hash-verified

234 * @returns {boolean}
235 */
236 write(data) {
237 return this.#write(data);
238 }
239
240 /**
241 * @callback FlushCallback

Callers 14

runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
constructorMethod · 0.45

Calls 1

#writeMethod · 0.45

Tested by

no test coverage detected