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

Function isFeaturePrivate

source/helpers/feature-utils.ts:17–19  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

15};
16
17export function isFeaturePrivate(id: string): boolean {
18 return id.startsWith('rgh-');
19}
20
21// Safari iOS 17.6 has the key, but it does nothing
22export const doesBrowserActionOpenOptions = !globalThis.chrome?.contextMenus

Callers 1

addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected