MCPcopy
hub / github.com/adaltas/node-csv / state.instance.js

File state.instance.js

packages/stream-transform/samples/state.instance.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { transform } from "stream-transform";
2
3// Generate a dataset of 5 records
4const records = "record\n".repeat(5).trim().split("\n");

Callers

nothing calls this directly

Calls 2

transformFunction · 0.90
callbackFunction · 0.85

Tested by

no test coverage detected