Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ end
Method
end
tools/license2rtf.mjs:25–32 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
23
}
24
25
end(data) {
26
this.write(data ||
''
);
27
if
(this.buffer) {
28
this.emit(
'data'
, this.buffer);
29
}
30
this.writable = false;
31
this.emit(
'end'
);
32
}
33
}
34
35
Callers
nothing calls this directly
Calls
2
write
Method · 0.95
emit
Method · 0.45
Tested by
no test coverage detected