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

Method end

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

Source from the content-addressed store, hash-verified

210 }
211
212 end(data) {
213 if (data)
214 this.write(data);
215 this.writable = false;
216 this.emit('end');
217 }
218}
219
220function rtfEscape(string) {

Callers 7

CheckBracesFunction · 0.45
_GetTextInsideFunction · 0.45
CheckCStyleCastFunction · 0.45
tokeniterMethod · 0.45
ExpandVariablesFunction · 0.45
replaceFunction · 0.45

Calls 2

writeMethod · 0.95
emitMethod · 0.45

Tested by

no test coverage detected