MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / isSuccess

Function isSuccess

code/songhop/www/lib/angular/angular.js:8627–8629  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

8625
8626
8627function isSuccess(status) {
8628 return 200 <= status && status < 300;
8629}
8630
8631
8632/**

Callers 3

transformResponseFunction · 0.70
doneFunction · 0.70
resolvePromiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected