()
| 6 | // <begin> |
| 7 | |
| 8 | const onClick = () => { |
| 9 | const list = listRef.current; |
| 10 | list?.scrollToRow({ |
| 11 | align: "auto", // optional |
| 12 | behavior: "auto", // optional |
| 13 | index: 250 |
| 14 | }); |
| 15 | }; |
| 16 | |
| 17 | // <end> |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected