(scopeId: string, group: CommandPaletteGroup)
| 183 | } |
| 184 | |
| 185 | function resolveQueryOverride(scopeId: string, group: CommandPaletteGroup) { |
| 186 | return queryOverrideRegistry.get(`${scopeId}:${group}`) |
| 187 | } |
| 188 | |
| 189 | return { |
| 190 | isOpen, |
no test coverage detected