()
| 166 | } |
| 167 | |
| 168 | async function init(): Promise<void | false> { |
| 169 | if (!elementExists('.rgh-bugs-tab')) { |
| 170 | await addBugsTab(); |
| 171 | } |
| 172 | |
| 173 | await updateBugsTagHighlighting(); |
| 174 | } |
| 175 | |
| 176 | void features.add(import.meta.url, { |
| 177 | include: [ |
nothing calls this directly
no test coverage detected