Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ write
Method
write
test/sequential/test-stream2-fs.js:46–50 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
44
}
45
46
write(c) {
47
this.buffer.push(c.toString());
48
this.length += c.length;
49
return
true;
50
}
51
52
end(c) {
53
if
(c) this.buffer.push(c.toString());
Callers
15
test-single-executable-application-inspect.js
File · 0.45
server
Function · 0.45
wrap
Function · 0.45
test-http2-ping-flood.js
File · 0.45
test-repl-timeout-throw.js
File · 0.45
fsTest
Function · 0.45
eeTest
Function · 0.45
test-net-response-size.js
File · 0.45
child1
Function · 0.45
child2
Function · 0.45
child4
Function · 0.45
execAndClose
Function · 0.45
Calls
2
push
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected