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

Function areIssuesEnabled

source/github-helpers/index.ts:139–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137);
138
139export function areIssuesEnabled(): boolean {
140 const repo = getRepo()!;
141 return elementExists(`${navigationBarSelector} a[href^="/${repo.nameWithOwner}/issues"]`);
142}
143
144export function areDiscussionsEnabled(): boolean {
145 const repo = getRepo()!;

Callers 2

getResolvedTextFunction · 0.85
initBannerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected