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

Function toInt

test/angular/1.5/angular-mocks.js:585–587  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

583}
584
585function toInt(str) {
586 return parseInt(str, 10);
587}
588
589function padNumberInMock(num, digits, trim) {
590 var neg = '';

Callers 1

jsonStringToDateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected