MCPcopy
hub / github.com/darkreader/darkreader / reportChanges

Method reportChanges

src/background/extension.ts:569–572  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

567 }
568
569 private static async reportChanges() {
570 const info = await Extension.collectData();
571 Messenger.reportChanges(info);
572 }
573
574 private static async toggleActiveTab() {
575 const settings = UserStorage.settings;

Callers 4

ExtensionClass · 0.45
onSettingsChangedMethod · 0.45
startActivationMethod · 0.45
resetActivationMethod · 0.45

Calls 1

collectDataMethod · 0.80

Tested by

no test coverage detected