MCPcopy
hub / github.com/darkreader/darkreader / render

Method render

src/inject/dynamic-theme/style-manager.ts:32–32  ·  view source on GitHub ↗
(theme: Theme, ignoreImageAnalysis: string[])

Source from the content-addressed store, hash-verified

30export interface StyleManager {
31 details(options: detailsArgument): {rules: CSSRuleList} | null;
32 render(theme: Theme, ignoreImageAnalysis: string[]): void;
33 pause(): void;
34 destroy(): void;
35 watch(): void;

Callers 6

updateFunction · 0.65
index.tsFile · 0.65
handleAdoptedStyleSheetsFunction · 0.65
watchForUpdatesFunction · 0.65
bundleCSSEntryFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected