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

Method has

src/background/devtools.ts:70–72  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

68 }
69
70 async has(key: string) {
71 return Boolean(await this.get(key));
72 }
73}
74
75class TempStorage implements DevToolsStorage {

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected