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