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

Function click

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

Source from the content-addressed store, hash-verified

55 defineTestVariables();
56 };
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

Callers 2

expandAllFunction · 0.70
tree.spec.tsFile · 0.70

Calls 1

clickHelperFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…