MCPcopy Index your code
hub / github.com/angular/angular / yes

Function yes

packages/zone.js/test/common/Promise.spec.ts:782–784  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

780
781 describe('Promise.allSettled', () => {
782 const yes = function makeFulfilledResult(value: any) {
783 return {status: 'fulfilled', value: value};
784 };
785 const no = function makeRejectedResult(reason: any) {
786 return {status: 'rejected', reason: reason};
787 };

Callers 1

Promise.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected