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

Function toInt

test/angular/1.5/angular.js:482–484  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

480
481
482function toInt(str) {
483 return parseInt(str, 10);
484}
485
486var isNumberNaN = Number.isNaN || function isNumberNaN(num) {
487 // eslint-disable-next-line no-self-compare

Callers 7

parseAbsoluteUrlFunction · 0.70
$SnifferProviderFunction · 0.70
jsonStringToDateFunction · 0.70
dateFilterFunction · 0.70
limitToFilterFunction · 0.70
maxlengthDirectiveFunction · 0.70
minlengthDirectiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected