Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
482
function
toInt(str) {
483
return
parseInt(str, 10);
484
}
485
486
var
isNumberNaN = Number.isNaN ||
function
isNumberNaN(num) {
487
// eslint-disable-next-line no-self-compare
Callers
7
parseAbsoluteUrl
Function · 0.70
$SnifferProvider
Function · 0.70
jsonStringToDate
Function · 0.70
dateFilter
Function · 0.70
limitToFilter
Function · 0.70
maxlengthDirective
Function · 0.70
minlengthDirective
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected