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

Function addCssFeature

source/feature-manager.tsx:240–242  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

238}
239
240async function addCssFeature(url: string): Promise<void> {
241 void add(url);
242}
243
244function unload(featureUrl: string): void {
245 const id = getFeatureId(featureUrl);

Callers

nothing calls this directly

Calls 1

addFunction · 0.70

Tested by

no test coverage detected