MCPcopy
hub / github.com/darkreader/darkreader / applyDevFixes

Method applyDevFixes

src/definitions.d.ts:39–39  ·  view source on GitHub ↗
(type: DevFixType, text: string)

Source from the content-addressed store, hash-verified

37 markNewsAsDisplayed(ids: string[]): void;
38 loadConfig(options: {local: boolean}): void;
39 applyDevFixes(type: DevFixType, text: string): Promise<void>;
40 resetDevFixes(type: DevFixType): void;
41 startActivation(email: string, key: string): void;
42 resetActivation(): void;

Callers 6

firefoxPortListenerMethod · 0.65
onUIMessageMethod · 0.65
applyFunction · 0.65
addNewFixFunction · 0.65
PerSiteConfigEditorFunction · 0.65
ConfigEditorTabsFunction · 0.65

Implementers 1

Connectorsrc/ui/connect/connector.ts

Calls

no outgoing calls

Tested by

no test coverage detected