MCPcopy
hub / github.com/darkreader/darkreader / markNewsAsRead

Method markNewsAsRead

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

Source from the content-addressed store, hash-verified

34 setShortcut(command: string, shortcut: string): Promise<string | null>;
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>;

Callers 4

onUIMessageMethod · 0.65
toggleNewsFunction · 0.65
onNewsOpenFunction · 0.65
markLatestAsReadFunction · 0.65

Implementers 1

Connectorsrc/ui/connect/connector.ts

Calls

no outgoing calls

Tested by

no test coverage detected