MCPcopy
hub / github.com/webpack/webpack / result

Function result

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

Source from the content-addressed store, hash-verified

68 * @returns {-1 | 0 | 1} compare result
69 */
70 const result = (a, b) => fn(arg, a, b);
71 map.set(arg, result);
72 return result;
73 };

Callers 2

applyMethod · 0.85
compileBoundsSearchFunction · 0.85

Calls 3

getterFunction · 0.85
fnFunction · 0.70
nextMethod · 0.45

Tested by

no test coverage detected