MCPcopy Create free account
hub / github.com/browserify/browserify / ready

Function ready

index.js:848–851  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

846 }
847
848 function ready () {
849 self.emit('bundle', output);
850 self.pipeline.end();
851 }
852
853 if (this._pending === 0) ready();
854 else this.once('_ready', ready);

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…