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

Function getCutMenu

src/cdk/menu/context-menu-trigger.spec.ts:172–174  ·  view source on GitHub ↗

Get the cut context menu.

()

Source from the content-addressed store, hash-verified

170
171 /** Get the cut context menu. */
172 function getCutMenu() {
173 return fixture.componentInstance.cutMenu;
174 }
175
176 /** Get the copy context menu. */
177 function getCopyMenu() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected