MCPcopy
hub / github.com/angular-ui/ui-router / resolveFn

Function resolveFn

test/angular/1.7/angular.js:18241–18243  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

18239 var promise = new Promise();
18240
18241 function resolveFn(value) {
18242 resolvePromise(promise, value);
18243 }
18244
18245 function rejectFn(reason) {
18246 rejectPromise(promise, reason);

Callers

nothing calls this directly

Calls 1

resolvePromiseFunction · 0.70

Tested by

no test coverage detected