MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / toInt

Function toInt

lib/test/angular/1.7.0/angular-mocks.js:610–612  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

608}
609
610function toInt(str) {
611 return parseInt(str, 10);
612}
613
614function padNumberInMock(num, digits, trim) {
615 var neg = '';

Callers 1

jsonStringToDateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected