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

Method end

src/VolatileFile.js:69–77  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

67 }
68
69 end(cb) {
70 if (this.hash) {
71 this.hash = this.hash.digest('hex');
72 }
73 this._writeStream.end(() => {
74 this.emit('end');
75 cb();
76 });
77 }
78}
79
80export default VolatileFile;

Calls

no outgoing calls

Tested by 1

uploadFixtureFunction · 0.36