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

Function storageKeySqlEditorLastProject

frontend/src/utils/storage-keys.ts:70–71  ·  view source on GitHub ↗
(scope: string)

Source from the content-addressed store, hash-verified

68// Workspace-scoped: keys carry project / environment resource ids, which are
69// unique only within a workspace (so they collide across workspaces in SaaS).
70export const storageKeySqlEditorLastProject = (scope: string) =>
71 withScope("bb.sql-editor.last-project", scope);
72export const storageKeySqlEditorTabs = (
73 scope: string,
74 project: string,

Callers 4

editor.test.tsFile · 0.90
lastProjectKeyFunction · 0.90
storage-migrate.tsFile · 0.90

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected