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

Function callback

packages/core/test/authoring/model_input_spec.ts:110–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 const signal1 = TestBed.runInInjectionContext(() => model(0));
109 const signal2 = TestBed.runInInjectionContext(() => model(0));
110 const callback = () => emitCount++;
111 const subscription1 = signal1.subscribe(callback);
112 const subscription2 = signal2.subscribe(callback);
113

Callers 3

nestedTimerFunction · 0.50
triggerIdleCallbacksFunction · 0.50
triggerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…