MCPcopy Index your code
hub / github.com/angular-ui/ui-router / resolveFn

Function resolveFn

test/angular/1.6/angular.js:17623–17625  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17621 var promise = new Promise();
17622
17623 function resolveFn(value) {
17624 resolvePromise(promise, value);
17625 }
17626
17627 function rejectFn(reason) {
17628 rejectPromise(promise, reason);

Callers

nothing calls this directly

Calls 1

resolvePromiseFunction · 0.70

Tested by

no test coverage detected