MCPcopy
hub / github.com/darkreader/darkreader / has

Method has

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

Source from the content-addressed store, hash-verified

14 set(key: string, value: string): Promise<void> | void;
15 remove(key: string): Promise<void> | void;
16 has(key: string): Promise<boolean> | boolean;
17}
18
19class PersistentStorageWrapper implements DevToolsStorage {

Callers 15

parseURLFunction · 0.65
indexURLTemplateListFunction · 0.65
pushFunction · 0.65
cachedFactoryFunction · 0.65
parseColorSchemeConfigFunction · 0.65
parseColorWithCacheFunction · 0.65
parseToHSLWithCacheFunction · 0.65
parseFunction · 0.65
evalMathFunction · 0.65
hasBuiltInDarkThemeFunction · 0.65
detectUsingHintFunction · 0.65

Implementers 2

PersistentStorageWrappersrc/background/devtools.ts
TempStoragesrc/background/devtools.ts

Calls

no outgoing calls

Tested by

no test coverage detected