MCPcopy
hub / github.com/angular/components / _unmarkAll

Method _unmarkAll

src/cdk/collections/selection-model.ts:240–244  ·  view source on GitHub ↗

Clears out the selected values.

()

Source from the content-addressed store, hash-verified

238
239 /** Clears out the selected values. */
240 private _unmarkAll() {
241 if (!this.isEmpty()) {
242 this._selection.forEach(value => this._unmarkSelected(value));
243 }
244 }
245
246 /**
247 * Verifies the value assignment and throws an error if the specified value array is

Callers 2

clearMethod · 0.95
_markSelectedMethod · 0.95

Calls 2

isEmptyMethod · 0.95
_unmarkSelectedMethod · 0.95

Tested by

no test coverage detected