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

Function ctrlClick

src/aria/tree/tree.spec.ts:59–59  ·  view source on GitHub ↗
(target: HTMLElement)

Source from the content-addressed store, hash-verified

57 const click = async (target: HTMLElement) => await clickHelper(target);
58 const shiftClick = async (target: HTMLElement) => await clickHelper(target, {shiftKey: true});
59 const ctrlClick = async (target: HTMLElement) => await clickHelper(target, {ctrlKey: true});
60
61 async function setupTestTree(textDirection: Direction = 'ltr') {
62 TestBed.configureTestingModule({

Callers 1

tree.spec.tsFile · 0.85

Calls 1

clickHelperFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…