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.6.7/angular.js:17241–17244 ·
view source on GitHub ↗
(promise, reason)
Source
from the content-addressed store, hash-verified
17239
}
17240
17241
function
rejectPromise(promise, reason) {
17242
if
(promise.$$state.status)
return
;
17243
$$reject(promise, reason);
17244
}
17245
17246
function
$$reject(promise, reason) {
17247
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