MCPcopy Index your code
hub / github.com/browserify/browserify / resolved

Function resolved

index.js:339–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337 }
338
339 function resolved () {
340 self._transforms[order] = rec;
341 -- self._pending;
342 if (-- self._transformPending === 0) {
343 self._transforms.forEach(function (transform) {
344 self.pipeline.write(transform);
345 });
346
347 if (self._pending === 0) {
348 self.emit('_ready');
349 }
350 }
351 }
352
353 if (!opts) opts = {};
354 opts._flags = '_flags' in opts ? opts._flags : self._options;

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…