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