(scope: string)
| 68 | // Workspace-scoped: keys carry project / environment resource ids, which are |
| 69 | // unique only within a workspace (so they collide across workspaces in SaaS). |
| 70 | export const storageKeySqlEditorLastProject = (scope: string) => |
| 71 | withScope("bb.sql-editor.last-project", scope); |
| 72 | export const storageKeySqlEditorTabs = ( |
| 73 | scope: string, |
| 74 | project: string, |
no test coverage detected