MCPcopy Index your code
hub / github.com/darkreader/darkreader / saveDetectorHints

Method saveDetectorHints

src/background/devtools.ts:158–160  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

156 }
157
158 private static saveDetectorHints(text: string) {
159 DevTools.store.set(DevTools.KEY_DETECTOR, text);
160 }
161
162 static async getDetectorHintsText(): Promise<string> {
163 let rawFixes = await DevTools.getSavedDetectorHints();

Callers 1

applyDetectorHintsMethod · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected