MCPcopy
hub / github.com/webpack/webpack / compareChunks

Function compareChunks

lib/util/comparators.js:356–356  ·  view source on GitHub ↗
(chunkGraph, a, b)

Source from the content-addressed store, hash-verified

354 * @returns {-1 | 0 | 1} compare result
355 */
356const compareChunks = (chunkGraph, a, b) => chunkGraph.compareChunks(a, b);
357
358/**
359 * Compares the provided values and returns their ordering.

Callers 3

compareToMethod · 0.85
applyMethod · 0.85
applyMethod · 0.85

Calls 1

compareChunksMethod · 0.80

Tested by

no test coverage detected