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

Function forever

packages/forms/signals/test/node/api/debounce.spec.ts:519–521  ·  view source on GitHub ↗

Returns a promise that will never resolve.

()

Source from the content-addressed store, hash-verified

517
518/** Returns a promise that will never resolve. */
519function forever(): Promise<never> {
520 return new Promise(() => {});
521}
522
523/**
524 * Replace with `Promise.withResolvers()` once it's available.

Callers 1

debounce.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…