MCPcopy
hub / github.com/angular/angular / selectedValueAccessor

Function selectedValueAccessor

packages/forms/src/directives/ng_control.ts:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 private _selectedValueAccessor: ControlValueAccessor | null = null;
108
109 protected get selectedValueAccessor(): ControlValueAccessor | null {
110 return (this._selectedValueAccessor ??= selectValueAccessor(this, this.rawValueAccessors));
111 }
112
113 /**
114 * @description

Callers

nothing calls this directly

Calls 1

selectValueAccessorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…