Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ sortOrderRegular
Function
sortOrderRegular
lib/stats/DefaultStatsFactoryPlugin.js:2555–2560 ·
view source on GitHub ↗
(field)
Source
from the content-addressed store, hash-verified
2553
* @returns {boolean} result
2554
*/
2555
const
sortOrderRegular = (field) => {
2556
if
(field[0] ===
"!"
) {
2557
return
false;
2558
}
2559
return
true;
2560
};
2561
2562
/**
2563
* Returns comparators.
Callers
1
sortByField
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected