Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
sortItemsWithChunkIds
Method · 0.80
Calls
1
sort
Method · 0.80
Tested by
no test coverage detected