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

Function storageKeySqlEditorWorksheetFilter

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

Source from the content-addressed store, hash-verified

87export const storageKeySqlEditorShowMissingQueryDb = (email: string) =>
88 `bb.sql-editor.show-missing-query-db.${email}`;
89export const storageKeySqlEditorWorksheetFilter = (
90 scope: string,
91 project: string,
92 email: string
93) => withScope("bb.sql-editor.worksheet-filter", scope, project, email);
94export const storageKeySqlEditorWorksheetTree = (
95 scope: string,
96 project: string,

Callers 2

reloadFromStorageFunction · 0.90
persistFilterFunction · 0.90

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected