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

Function toInt

test/angular/1.7/angular-mocks.js:758–760  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

756}
757
758function toInt(str) {
759 return parseInt(str, 10);
760}
761
762function padNumberInMock(num, digits, trim) {
763 var neg = '';

Callers 1

jsonStringToDateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected