Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
356
const
compareChunks = (chunkGraph, a, b) => chunkGraph.compareChunks(a, b);
357
358
/**
359
* Compares the provided values and returns their ordering.
Callers
3
compareTo
Method · 0.85
apply
Method · 0.85
apply
Method · 0.85
Calls
1
compareChunks
Method · 0.80
Tested by
no test coverage detected