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

Function storageKeySqlEditorWorksheetTree

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

Source from the content-addressed store, hash-verified

92 email: string
93) => withScope("bb.sql-editor.worksheet-filter", scope, project, email);
94export const storageKeySqlEditorWorksheetTree = (
95 scope: string,
96 project: string,
97 email: string
98) => withScope("bb.sql-editor.worksheet-tree", scope, project, email);
99export const storageKeySqlEditorWorksheetFolder = (
100 scope: string,
101 project: string,

Callers 2

reloadFromStorageFunction · 0.90
persistExpandedKeysFunction · 0.90

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected