MCPcopy Index your code
hub / github.com/bytebase/bytebase / getSQLEditorEditorState

Function getSQLEditorEditorState

frontend/src/react/stores/sqlEditor/editor.ts:165–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

SQLEditorRouteShellFunction · 0.90
initializeProjectFunction · 0.90
syncURLFunction · 0.90
AsidePanelFunction · 0.90
handleCloseFunction · 0.90
editor.test.tsFile · 0.90
createWorksheetSaveSliceFunction · 0.90
bindStreamingLogicFunction · 0.90
currentScopeFunction · 0.90
useExecuteSQLFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected