MCPcopy
hub / github.com/webpack/webpack / setModulePostOrderIndex

Method setModulePostOrderIndex

lib/ChunkGroup.js:656–658  ·  view source on GitHub ↗

* Stores the module's bottom-up traversal index within this group. * @param {Module} module module for which the index should be set * @param {number} index the index of the module * @returns {void}

(module, index)

Source from the content-addressed store, hash-verified

654 * @returns {void}
655 */
656 setModulePostOrderIndex(module, index) {
657 this._modulePostOrderIndices.set(module, index);
658 }
659
660 /**
661 * Returns the module's bottom-up traversal index within this group.

Callers 2

processQueueFunction · 0.80
processFunction · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected