MCPcopy Index your code
hub / github.com/refined-github/refined-github / isBugsListing

Function isBugsListing

source/features/bugs-tab.tsx:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

addBugsTabFunction · 0.85

Calls 3

getSearchQueryBugLabelFunction · 0.85
includesMethod · 0.80
fromMethod · 0.80

Tested by

no test coverage detected