Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ iterate-stream.js
File
iterate-stream.js
lib/utils/iterate-stream.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
module.exports =
async
function
* iterateStream(stream) {
2
const
contents = [];
3
stream.on(
'data'
, data => contents.push(data));
4
Callers
nothing calls this directly
Calls
5
once
Function · 0.85
on
Method · 0.80
push
Method · 0.45
resume
Method · 0.45
pause
Method · 0.45
Tested by
no test coverage detected