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

Function storageKeySqlEditorWorksheetFolder

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

Source from the content-addressed store, hash-verified

97 email: string
98) => withScope("bb.sql-editor.worksheet-tree", scope, project, email);
99export const storageKeySqlEditorWorksheetFolder = (
100 scope: string,
101 project: string,
102 viewMode: string,
103 email: string
104) =>
105 withScope("bb.sql-editor.worksheet-folder", scope, project, viewMode, email);
106export const storageKeySqlEditorAiSuggestion = (email: string) =>
107 `bb.sql-editor.ai-suggestion.${email}`;
108

Callers 2

reloadFromStorageFunction · 0.90
persistViewFoldersFunction · 0.90

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected