We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isFork
isForkingRepo
1 parent 23bd60b commit 1401e7aCopy full SHA for 1401e7a
index.ts
@@ -614,8 +614,8 @@ TEST: addTests('isRepoNetworkGraph', [
614
615
export const isForkedRepo = (): boolean => exists('meta[name="octolytics-dimension-repository_is_fork"][content="true"]');
616
617
-export const isFork = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'fork';
618
-TEST: addTests('isFork', [
+export const isForkingRepo = (url: URL | HTMLAnchorElement | Location = location): boolean => getRepo(url)?.path === 'fork';
+TEST: addTests('isForkingRepo', [
619
'https://github.com/refined-github/refined-github/fork',
620
]);
621
0 commit comments