MCPcopy
hub / github.com/darkreader/darkreader / markNewsAsDisplayed

Method markNewsAsDisplayed

src/definitions.d.ts:37–37  ·  view source on GitHub ↗
(ids: string[])

Source from the content-addressed store, hash-verified

35 toggleActiveTab(): void;
36 markNewsAsRead(ids: string[]): void;
37 markNewsAsDisplayed(ids: string[]): void;
38 loadConfig(options: {local: boolean}): void;
39 applyDevFixes(type: DevFixType, text: string): Promise<void>;
40 resetDevFixes(type: DevFixType): void;

Callers 2

onUIMessageMethod · 0.65
renderBodyFunction · 0.65

Implementers 1

Connectorsrc/ui/connect/connector.ts

Calls

no outgoing calls

Tested by

no test coverage detected