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

Function getIdentifiers

source/helpers/feature-helpers.ts:16–23  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

14};
15
16export function getIdentifiers(url: string): FeatureHelper {
17 const id = getFeatureId(url);
18 return {
19 id,
20 class: 'rgh-' + id,
21 selector: '.rgh-' + id,
22 };
23}
24
25function noop(): void {/* empty */}
26

Calls 1

getFeatureIdFunction · 0.85

Tested by

no test coverage detected