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

Function highlightBugsTab

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

Source from the content-addressed store, hash-verified

131}
132
133function highlightBugsTab(): void {
134 // Remove highlighting from "Issues" tab
135 unhighlightTab($('.UnderlineNav-item[data-hotkey="g i"]'));
136 highlightTab($('.rgh-bugs-tab'));
137}
138
139async function removePinnedIssues(): Promise<void> {
140 const pinnedIssues = await elementReady('.js-pinned-issues-reorder-container', {waitForChildren: false});

Callers 1

Calls 2

unhighlightTabFunction · 0.85
highlightTabFunction · 0.85

Tested by

no test coverage detected