MCPcopy
hub / github.com/angular/angular / setTestabilityGetter

Function setTestabilityGetter

packages/core/src/testability/testability.ts:372–374  ·  view source on GitHub ↗
(getter: GetTestability)

Source from the content-addressed store, hash-verified

370 * @publicApi
371 */
372export function setTestabilityGetter(getter: GetTestability): void {
373 _testabilityGetter = getter;
374}
375
376let _testabilityGetter: GetTestability | undefined;

Callers 2

constructorMethod · 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…