( scope: string, project: string, email: string )
| 75 | email: string |
| 76 | ) => withScope("bb.sql-editor.tabs", scope, project, email); |
| 77 | export const storageKeySqlEditorCurrentTab = ( |
| 78 | scope: string, |
| 79 | project: string, |
| 80 | email: string |
| 81 | ) => withScope("bb.sql-editor.current-tab", scope, project, email); |
| 82 | export const storageKeySqlEditorConnExpanded = ( |
| 83 | scope: string, |
| 84 | env: string, |
no test coverage detected