Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
parseLine
Method · 0.95
Tested by
no test coverage detected