()
| 163 | * non-React modules). Mirrors Zustand's `getState()`. |
| 164 | */ |
| 165 | export const getSQLEditorEditorState = (): SQLEditorEditorState => |
| 166 | useSQLEditorEditorStore.getState(); |
| 167 | |
| 168 | /** |
| 169 | * Low-level subscription primitive for non-React consumers (Vue compat |
no outgoing calls
no test coverage detected