( scope: string, project: string, email: string )
| 87 | export const storageKeySqlEditorShowMissingQueryDb = (email: string) => |
| 88 | `bb.sql-editor.show-missing-query-db.${email}`; |
| 89 | export const storageKeySqlEditorWorksheetFilter = ( |
| 90 | scope: string, |
| 91 | project: string, |
| 92 | email: string |
| 93 | ) => withScope("bb.sql-editor.worksheet-filter", scope, project, email); |
| 94 | export const storageKeySqlEditorWorksheetTree = ( |
| 95 | scope: string, |
| 96 | project: string, |
no test coverage detected