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

Function shift

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

Source from the content-addressed store, hash-verified

39 const enter = async (modifierKeys?: ModifierKeys) => await keydown('Enter', modifierKeys);
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);

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…