Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenReservation/OpenReservation
/ toInt
Function
toInt
OpenReservation/wwwroot/Scripts/angular.js:476–478 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
474
}
475
476
function
toInt(str) {
477
return
parseInt(str, 10);
478
}
479
480
function
inherit(parent, extra) {
481
return
extend(Object.create(parent), extra);
Callers
7
parseAbsoluteUrl
Function · 0.85
$SnifferProvider
Function · 0.85
jsonStringToDate
Function · 0.85
dateFilter
Function · 0.85
limitToFilter
Function · 0.85
maxlengthDirective
Function · 0.85
minlengthDirective
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected