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

Method _handleCallback

src/parsers/Multipart.js:97–102  ·  view source on GitHub ↗
(name, buf, start, end)

Source from the content-addressed store, hash-verified

95
96 // eslint-disable-next-line max-params
97 _handleCallback(name, buf, start, end) {
98 if (start !== undefined && start === end) {
99 return;
100 }
101 this.push({ name, buffer: buf, start, end });
102 }
103
104 // eslint-disable-next-line max-statements
105 _transform(buffer, _, done) {

Callers 3

_flushMethod · 0.95
dataCallbackMethod · 0.95
_transformMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected