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

Function resolveFn

lib/test/angular/1.8.0/angular.js:18306–18308  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

18304 var promise = new Promise();
18305
18306 function resolveFn(value) {
18307 resolvePromise(promise, value);
18308 }
18309
18310 function rejectFn(reason) {
18311 rejectPromise(promise, reason);

Callers

nothing calls this directly

Calls 1

resolvePromiseFunction · 0.70

Tested by

no test coverage detected