MCPcopy Index your code
hub / github.com/csev/py4e / toInt

Function toInt

code/gmane/Chart.bundle.js:1796–1805  ·  view source on GitHub ↗
(argumentForCoercion)

Source from the content-addressed store, hash-verified

1794 }
1795
1796 function toInt(argumentForCoercion) {
1797 var coercedNumber = +argumentForCoercion,
1798 value = 0;
1799
1800 if (coercedNumber !== 0 && isFinite(coercedNumber)) {
1801 value = absFloor(coercedNumber);
1802 }
1803
1804 return value;
1805 }
1806
1807 function compareArrays(array1, array2, dontConvert) {
1808 var len = Math.min(array1.length, array2.length),

Callers 7

compareArraysFunction · 0.85
addParseTokenFunction · 0.85
Chart.bundle.jsFile · 0.85
offsetFromStringFunction · 0.85
create__createDurationFunction · 0.85
parseMsFunction · 0.85
duration_as__valueOfFunction · 0.85

Calls 1

absFloorFunction · 0.85

Tested by

no test coverage detected