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

Function write

test/parallel/test-tls-fast-writing.js:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 function write() {
73 // This needs to return false eventually
74 while (false !== conn.write(chunk));
75 }
76});

Callers 2

ondrainFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected