(signal: AbortSignal)
| 25 | } |
| 26 | |
| 27 | function addShortcut(signal: AbortSignal): void { |
| 28 | registerHotkey('d w', getAlternateUrl(), {signal}); |
| 29 | } |
| 30 | |
| 31 | function attachButtons(nativeDiffButtons: HTMLElement): void { |
| 32 | nativeDiffButtons.parentElement!.after( |
nothing calls this directly
no test coverage detected