MCPcopy 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
42const 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
53const print = function (results) {
54 console.log("");

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected