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

Method isEmpty

src/cdk/menu/menu-stack.ts:178–180  ·  view source on GitHub ↗

Return true if this stack is empty.

()

Source from the content-addressed store, hash-verified

176
177 /** Return true if this stack is empty. */
178 isEmpty() {
179 return !this._elements.length;
180 }
181
182 /** Return the length of the stack. */
183 length() {

Callers 6

closeMethod · 0.95
closeAllMethod · 0.95
_setTabIndexMethod · 0.45
_setupMouseEnterMethod · 0.45
menu-stack.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected