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

Function getCopyMenuContext

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

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

()

Source from the content-addressed store, hash-verified

185
186 /** Get the context in which the copy context menu should trigger. */
187 function getCopyMenuContext() {
188 return fixture.componentInstance.copyContext.nativeElement;
189 }
190
191 /** Open up the cut context menu and run change detection. */
192 function openCutContextMenu() {

Callers 2

openCopyContextMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected