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

Function resolveFn

lib/test/angular/1.7.0/angular.js:17667–17669  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17665 var promise = new Promise();
17666
17667 function resolveFn(value) {
17668 resolvePromise(promise, value);
17669 }
17670
17671 function rejectFn(reason) {
17672 rejectPromise(promise, reason);

Callers

nothing calls this directly

Calls 1

resolvePromiseFunction · 0.70

Tested by

no test coverage detected