| 180 | } |
| 181 | |
| 182 | interface DynamicShortcut { |
| 183 | id: number |
| 184 | hotkey: string |
| 185 | label: string |
| 186 | description: string |
| 187 | count: number |
| 188 | } |
| 189 | |
| 190 | let nextId = 0 |
| 191 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…