MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected