Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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. */
519
function
forever(): Promise<never> {
520
return
new
Promise(() => {});
521
}
Callers
1
debounce.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected