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

Function storageKeySqlEditorCurrentTab

frontend/src/utils/storage-keys.ts:77–81  ·  view source on GitHub ↗
(
  scope: string,
  project: string,
  email: string
)

Source from the content-addressed store, hash-verified

75 email: string
76) => withScope("bb.sql-editor.tabs", scope, project, email);
77export const storageKeySqlEditorCurrentTab = (
78 scope: string,
79 project: string,
80 email: string
81) => withScope("bb.sql-editor.current-tab", scope, project, email);
82export const storageKeySqlEditorConnExpanded = (
83 scope: string,
84 env: string,

Callers 1

persistCurrentTabIdFunction · 0.90

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected