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

Function type

src/aria/tree/tree.spec.ts:42–46  ·  view source on GitHub ↗
(chars: string)

Source from the content-addressed store, hash-verified

40 const space = async (modifierKeys?: ModifierKeys) => await keydown(' ', modifierKeys);
41 const shift = async () => await keydown('Shift');
42 const type = async (chars: string) => {
43 for (const char of chars) {
44 await keydown(char);
45 }
46 };
47 const clickHelper = async (target: HTMLElement, eventInit: PointerEventInit = {}) => {
48 target.dispatchEvent(
49 new PointerEvent('click', {

Callers 1

tree.spec.tsFile · 0.70

Calls 1

keydownFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…