Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ write
Method
write
lib/internal/streams/fast-utf8-stream.js:236–238 ·
view source on GitHub ↗
* @param {string|Buffer} data * @returns {boolean}
(data)
Source
from the content-addressed store, hash-verified
234
* @returns {boolean}
235
*/
236
write(data) {
237
return
this.#write(data);
238
}
239
240
/**
241
* @callback FlushCallback
Callers
14
runTests
Function · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
constructor
Method · 0.45
Calls
1
#write
Method · 0.45
Tested by
no test coverage detected