MCPcopy
hub / github.com/codeaashu/claude-code / dispatchHover

Method dispatchHover

src/ink/ink.tsx:1265–1268  ·  view source on GitHub ↗
(col: number, row: number)

Source from the content-addressed store, hash-verified

1263 return dispatchClick(this.rootNode, col, row, blank);
1264 }
1265 dispatchHover(col: number, row: number): void {
1266 if (!this.altScreenActive) return;
1267 dispatchHover(this.rootNode, col, row, this.hoveredNodes);
1268 }
1269 dispatchKeyboardEvent(parsedKey: ParsedKey): void {
1270 const target = this.focusManager.activeElement ?? this.rootNode;
1271 const event = new KeyboardEvent(parsedKey);

Callers

nothing calls this directly

Calls 1

dispatchHoverFunction · 0.85

Tested by

no test coverage detected