MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / resolveFn

Function resolveFn

lib/test/angular/1.6.7/angular.js:17438–17440  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

17436 var promise = new Promise();
17437
17438 function resolveFn(value) {
17439 resolvePromise(promise, value);
17440 }
17441
17442 function rejectFn(reason) {
17443 rejectPromise(promise, reason);

Callers

nothing calls this directly

Calls 1

resolvePromiseFunction · 0.70

Tested by

no test coverage detected