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

Function getCutMenuContext

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

Get the context in which the cut context menu should trigger.

()

Source from the content-addressed store, hash-verified

180
181 /** Get the context in which the cut context menu should trigger. */
182 function getCutMenuContext() {
183 return fixture.componentInstance.cutContext.nativeElement;
184 }
185
186 /** Get the context in which the copy context menu should trigger. */
187 function getCopyMenuContext() {

Callers 2

openCutContextMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected