()
| 590 | * mutations of the active tab propagate through React. |
| 591 | */ |
| 592 | export const useCurrentSQLEditorTab = (): SQLEditorTab | undefined => |
| 593 | useSQLEditorTabsStore((s) => s.tabsById.get(s.currentTabId)); |
| 594 | |
| 595 | /** |
| 596 | * Live ordered list of open tabs. |
no test coverage detected