MCPcopy
hub / github.com/webpack/webpack / sortItems

Method sortItems

lib/ChunkGroup.js:527–529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525 }
526
527 sortItems() {
528 this.origins.sort(sortOrigin);
529 }
530
531 /**
532 * Sorting predicate which allows current ChunkGroup to be compared against another.

Callers 1

sortItemsWithChunkIdsMethod · 0.80

Calls 1

sortMethod · 0.80

Tested by

no test coverage detected