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

Function storageKeySqlEditorConnExpanded

frontend/src/utils/storage-keys.ts:82–86  ·  view source on GitHub ↗
(
  scope: string,
  env: string,
  email: string
)

Source from the content-addressed store, hash-verified

80 email: string
81) => withScope("bb.sql-editor.current-tab", scope, project, email);
82export const storageKeySqlEditorConnExpanded = (
83 scope: string,
84 env: string,
85 email: string
86) => withScope("bb.sql-editor.conn-expanded", scope, env, email);
87export const storageKeySqlEditorShowMissingQueryDb = (email: string) =>
88 `bb.sql-editor.show-missing-query-db.${email}`;
89export const storageKeySqlEditorWorksheetFilter = (

Callers 1

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected