Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-grid
/ rejectPromise
Function
rejectPromise
lib/test/angular/1.7.0/angular.js:17470–17473 ·
view source on GitHub ↗
(promise, reason)
Source
from the content-addressed store, hash-verified
17468
}
17469
17470
function
rejectPromise(promise, reason) {
17471
if
(promise.$$state.status)
return
;
17472
$$reject(promise, reason);
17473
}
17474
17475
function
$$reject(promise, reason) {
17476
promise.$$state.value = reason;
Callers
5
Deferred
Function · 0.70
processQueue
Function · 0.70
reject
Function · 0.70
all
Function · 0.70
rejectFn
Function · 0.70
Calls
1
$$reject
Function · 0.70
Tested by
no test coverage detected