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

Method open

src/VolatileFile.js:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 open() {
24 this._writeStream = this.createFileWriteStream(this);
25 this._writeStream.on('error', (err) => {
26 this.emit('error', err);
27 });
28 }
29
30 destroy() {
31 this._writeStream.destroy();

Callers 5

_handlePartMethod · 0.45
initFunction · 0.45
test-file.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected