Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adaltas/node-csv
/ reporter
Function
reporter
packages/csv-parse/bench/async.iterator.js:42–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
};
41
42
const
reporter =
function
() {
43
const
data = [];
44
return
function
(...info) {
45
if
(info.length) {
46
data.push(info);
47
}
else
{
48
return
data;
49
}
50
};
51
};
52
53
const
print =
function
(results) {
54
console.log(
""
);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected