MCPcopy Index your code
hub / github.com/angular/components / invokeCallbacks

Function invokeCallbacks

src/cdk/observers/observe-content.spec.ts:72–72  ·  view source on GitHub ↗
(args?: any)

Source from the content-addressed store, hash-verified

70 let fixture: ComponentFixture<ComponentWithDebouncedListener>;
71 let callbacks: Function[];
72 let invokeCallbacks = (args?: any) => callbacks.forEach(callback => callback(args));
73
74 beforeEach(waitForAsync(() => {
75 callbacks = [];

Callers 1

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…