( scope: string, project: string, viewMode: string, email: string )
| 97 | email: string |
| 98 | ) => withScope("bb.sql-editor.worksheet-tree", scope, project, email); |
| 99 | export 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); |
| 106 | export const storageKeySqlEditorAiSuggestion = (email: string) => |
| 107 | `bb.sql-editor.ai-suggestion.${email}`; |
| 108 |
no test coverage detected