MCPcopy
hub / github.com/darkreader/darkreader / startActivation

Method startActivation

src/definitions.d.ts:41–41  ·  view source on GitHub ↗
(email: string, key: string)

Source from the content-addressed store, hash-verified

39 applyDevFixes(type: DevFixType, text: string): Promise<void>;
40 resetDevFixes(type: DevFixType): void;
41 startActivation(email: string, key: string): void;
42 resetActivation(): void;
43 hideHighlights(ids: string[]): void;
44}

Callers 2

onUIMessageMethod · 0.65
activateFunction · 0.65

Implementers 1

Connectorsrc/ui/connect/connector.ts

Calls

no outgoing calls

Tested by

no test coverage detected