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

Function isSuccess

lib/test/angular/1.8.0/angular.js:12191–12193  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

12189
12190
12191function isSuccess(status) {
12192 return 200 <= status && status < 300;
12193}
12194
12195
12196/**

Callers 3

transformResponseFunction · 0.70
doneFunction · 0.70
resolvePromiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected