MCPcopy Index your code
hub / github.com/node-formidable/formidable / _transform

Method _transform

src/parsers/Querystring.js:14–18  ·  view source on GitHub ↗
(buffer, encoding, callback)

Source from the content-addressed store, hash-verified

12 }
13
14 _transform(buffer, encoding, callback) {
15 this.buffer += buffer.toString('ascii');
16 this.bufferLength = this.buffer.length;
17 callback();
18 }
19
20 _flush(callback) {
21 const fields = new URLSearchParams(this.buffer);

Callers

nothing calls this directly

Calls 2

callbackFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected