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

Method write

tools/license2rtf.mjs:47–50  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

45 }
46
47 write(data) {
48 this.parseLine(data + '');
49 return true;
50 }
51
52 end(data) {
53 if (data)

Callers

nothing calls this directly

Calls 1

parseLineMethod · 0.95

Tested by

no test coverage detected