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

Method end

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

Source from the content-addressed store, hash-verified

270 }
271
272 end(data) {
273 if (data)
274 this.write(data);
275 if (this.didWriteAnything)
276 this.emitFooter();
277 this.writable = false;
278 this.emit('end');
279 }
280
281 emitHeader() {
282 this.emit('data', '{\\rtf1\\ansi\\ansicpg1252\\uc1\\deff0\\deflang1033' +

Callers

nothing calls this directly

Calls 3

writeMethod · 0.95
emitFooterMethod · 0.95
emitMethod · 0.45

Tested by

no test coverage detected