MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / isSuccess

Function isSuccess

web/static/bower_components/angular/angular.js:9512–9514  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

9510
9511
9512function isSuccess(status) {
9513 return 200 <= status && status < 300;
9514}
9515
9516
9517/**

Callers 3

transformResponseFunction · 0.85
doneFunction · 0.85
resolvePromiseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected