MCPcopy
hub / github.com/angular-ui/ui-grid / toInt

Function toInt

lib/test/angular/1.8.0/angular.js:563–565  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

561
562
563function toInt(str) {
564 return parseInt(str, 10);
565}
566
567var isNumberNaN = Number.isNaN || function isNumberNaN(num) {
568 // eslint-disable-next-line no-self-compare

Callers 6

parseAbsoluteUrlFunction · 0.70
$SnifferProviderFunction · 0.70
jsonStringToDateFunction · 0.70
dateFilterFunction · 0.70
limitToFilterFunction · 0.70
parseLengthFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected