MCPcopy
hub / github.com/webpack/webpack / getModulePostOrderIndex

Method getModulePostOrderIndex

lib/ChunkGroup.js:665–667  ·  view source on GitHub ↗

* Returns the module's bottom-up traversal index within this group. * @param {Module} module the module * @returns {number | undefined} index

(module)

Source from the content-addressed store, hash-verified

663 * @returns {number | undefined} index
664 */
665 getModulePostOrderIndex(module) {
666 return this._modulePostOrderIndices.get(module);
667 }
668
669 /* istanbul ignore next */
670 checkConstraints() {

Callers 5

processQueueFunction · 0.80
getModulesInOrderMethod · 0.80
handlerFunction · 0.80
handlerFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected