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

Method toString

src/VolatileFile.js:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 toString() {
49 return `VolatileFile: ${this.originalFilename}`;
50 }
51
52 write(buffer, cb) {
53 if (this.hash) {

Callers 12

_transformMethod · 0.45
_flushMethod · 0.45
getSectionMethod · 0.45
createInitMultipartFunction · 0.45
dataPropagationFunction · 0.45
forceBuffer.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected