MCPcopy Index your code
hub / github.com/codeaashu/claude-code / notifySelectionChange

Method notifySelectionChange

src/ink/ink.tsx:1248–1251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1246 return () => this.selectionListeners.delete(cb);
1247 }
1248 private notifySelectionChange(): void {
1249 this.onRender();
1250 for (const cb of this.selectionListeners) cb();
1251 }
1252
1253 /**
1254 * Hit-test the rendered DOM tree at (col, row) and bubble a ClickEvent

Callers 6

copySelectionMethod · 0.95
clearTextSelectionMethod · 0.95
moveSelectionFocusMethod · 0.95
handleMultiClickMethod · 0.95
handleSelectionDragMethod · 0.95

Calls 1

onRenderMethod · 0.95

Tested by

no test coverage detected