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

Function up

src/aria/toolbar/toolbar.spec.ts:45–46  ·  view source on GitHub ↗
(target?: HTMLElement, modifierKeys?: {})

Source from the content-addressed store, hash-verified

43 const left = async (target?: HTMLElement, modifierKeys?: {}) =>
44 await keydown('ArrowLeft', target, modifierKeys);
45 const up = async (target?: HTMLElement, modifierKeys?: {}) =>
46 await keydown('ArrowUp', target, modifierKeys);
47 const down = async (target?: HTMLElement, modifierKeys?: {}) =>
48 await keydown('ArrowDown', target, modifierKeys);
49 const home = async (target?: HTMLElement, modifierKeys?: {}) =>

Callers 1

toolbar.spec.tsFile · 0.70

Calls 1

keydownFunction · 0.70

Tested by

no test coverage detected