Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ rejectPromise
Function
rejectPromise
test/angular/1.6/angular.js:17426–17429 ·
view source on GitHub ↗
(promise, reason)
Source
from the content-addressed store, hash-verified
17424
}
17425
17426
function
rejectPromise(promise, reason) {
17427
if
(promise.$$state.status)
return
;
17428
$$reject(promise, reason);
17429
}
17430
17431
function
$$reject(promise, reason) {
17432
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