MCPcopy
hub / github.com/angular/angular / release

Function release

packages/core/test/resource/debounce_spec.ts:140–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 it('should support a custom wait function returning a promise', async () => {
139 const source = signal('initial');
140 let release: () => void = () => {};
141 let calls = 0;
142
143 const res = debounced(

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…