MCPcopy
hub / github.com/refined-github/refined-github / unload

Function unload

source/feature-manager.tsx:244–249  ·  view source on GitHub ↗
(featureUrl: string)

Source from the content-addressed store, hash-verified

242}
243
244function unload(featureUrl: string): void {
245 const id = getFeatureId(featureUrl);
246 for (const controller of currentFeatureControllers.get(id) ?? []) {
247 controller.abort();
248 }
249}
250
251const features = {
252 add,

Callers

nothing calls this directly

Calls 2

getFeatureIdFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected