MCPcopy Index your code
hub / github.com/simstudioai/sim / transform

Function transform

apps/sim/lib/table/import-runner.ts:114–117  ·  view source on GitHub ↗
(chunk: Buffer, _enc, cb)

Source from the content-addressed store, hash-verified

112 let bytesRead = 0
113 const byteCounter = new Transform({
114 transform(chunk: Buffer, _enc, cb) {
115 bytesRead += chunk.length
116 cb(null, chunk)
117 },
118 })
119
120 const parser = createCsvParser(delimiter)

Callers 3

hunter.test.tsFile · 0.50
snapshotAndMutateRowsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected