Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-ui/ui-grid
/ rejectPromise
Function
rejectPromise
lib/test/angular/1.8.0/angular.js:18109–18112 ·
view source on GitHub ↗
(promise, reason)
Source
from the content-addressed store, hash-verified
18107
}
18108
18109
function
rejectPromise(promise, reason) {
18110
if
(promise.$$state.status)
return
;
18111
$$reject(promise, reason);
18112
}
18113
18114
function
$$reject(promise, reason) {
18115
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