MCPcopy
hub / github.com/csev/py4e / min

Function min

code/gmane/Chart.bundle.js:3027–3031  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3025
3026 // TODO: Use [].sort instead?
3027 function min () {
3028 var args = [].slice.call(arguments, 0);
3029
3030 return pickBy('isBefore', args);
3031 }
3032
3033 function max () {
3034 var args = [].slice.call(arguments, 0);

Callers 5

insertMethod · 0.85
insertMethod · 0.85
insertMethod · 0.85
insertMethod · 0.85
insertMethod · 0.85

Calls 1

pickByFunction · 0.85

Tested by

no test coverage detected