MCPcopy
hub / github.com/node-formidable/formidable / _transform

Method _transform

src/parsers/JSON.js:12–15  ·  view source on GitHub ↗
(chunk, encoding, callback)

Source from the content-addressed store, hash-verified

10 }
11
12 _transform(chunk, encoding, callback) {
13 this.chunks.push(String(chunk)); // todo consider using a string decoder
14 callback();
15 }
16
17 _flush(callback) {
18 try {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected