Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ toInt
Function
toInt
lib/test/angular/1.6.7/angular.js:579–581 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
577
578
579
function
toInt(str) {
580
return
parseInt(str, 10);
581
}
582
583
var
isNumberNaN = Number.isNaN ||
function
isNumberNaN(num) {
584
// 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