MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isSuccess

Function isSuccess

lib/test/angular/1.6.7/angular.js:11484–11486  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

11482
11483
11484function isSuccess(status) {
11485 return 200 <= status && status < 300;
11486}
11487
11488
11489/**

Callers 3

transformResponseFunction · 0.70
doneFunction · 0.70
resolvePromiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected