MCPcopy Create free account
hub / github.com/refined-github/refined-github / isRefinedGitHubRepo

Function isRefinedGitHubRepo

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

Source from the content-addressed store, hash-verified

109}, cachePerPage);
110
111export function isRefinedGitHubRepo(): boolean {
112 return location.pathname.startsWith('/refined-github/refined-github');
113}
114
115export function isAnyRefinedGitHubRepo(): boolean {
116 return /^\/refined-github\/.+/.test(location.pathname);

Callers 1

createReleaseUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected