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

Method isEmpty

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

* Determines whether the model does not have a value.

()

Source from the content-addressed store, hash-verified

131 * Determines whether the model does not have a value.
132 */
133 isEmpty(): boolean {
134 return this._selection.size === 0;
135 }
136
137 /**
138 * Determines whether the model has a value.

Callers 3

hasValueMethod · 0.95
_unmarkAllMethod · 0.95
selection.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected