MCPcopy Index your code
hub / github.com/angular-ui/ui-router / toInt

Function toInt

test/angular/1.7/angular.js:562–564  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

560
561
562function toInt(str) {
563 return parseInt(str, 10);
564}
565
566var isNumberNaN = Number.isNaN || function isNumberNaN(num) {
567 // 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