MCPcopy Create free account
hub / github.com/bytebase/bytebase / storageKeySqlEditorTabs

Function storageKeySqlEditorTabs

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

Source from the content-addressed store, hash-verified

70export const storageKeySqlEditorLastProject = (scope: string) =>
71 withScope("bb.sql-editor.last-project", scope);
72export const storageKeySqlEditorTabs = (
73 scope: string,
74 project: string,
75 email: string
76) => withScope("bb.sql-editor.tabs", scope, project, email);
77export const storageKeySqlEditorCurrentTab = (
78 scope: string,
79 project: string,

Callers 2

persistOpenTabsFunction · 0.90
readOpenTabsFunction · 0.90

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected