()
| 61 | } |
| 62 | |
| 63 | async function isBugsListing(): Promise<boolean> { |
| 64 | return SearchQuery.from(location).includes(await getSearchQueryBugLabel()); |
| 65 | } |
| 66 | |
| 67 | async function addBugsTab(): Promise<void | false> { |
| 68 | // Query API as early as possible, even if it's not necessary on archived repos |
no test coverage detected