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

Function isSuccess

lib/test/angular/1.4.3/angular.js:9346–9348  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

9344
9345
9346function isSuccess(status) {
9347 return 200 <= status && status < 300;
9348}
9349
9350
9351/**

Callers 3

transformResponseFunction · 0.70
doneFunction · 0.70
resolvePromiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected