MCPcopy Create free account
hub / github.com/apache/cloudstack / isSuccess

Function isSuccess

tools/ngui/static/js/lib/angular.js:8521–8523  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

8519
8520
8521function isSuccess(status) {
8522 return 200 <= status && status < 300;
8523}
8524
8525
8526function $HttpProvider() {

Callers 3

transformResponseFunction · 0.85
doneFunction · 0.85
resolvePromiseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected