MCPcopy
hub / github.com/darkreader/darkreader / apply

Function apply

src/ui/stylesheet-editor/components/body.tsx:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 function apply() {
63 const css = textNode.value;
64 applyStyleSheet(css);
65 }
66
67 return (
68 <body>

Callers 1

applyFixesMethod · 0.50

Calls 1

applyStyleSheetFunction · 0.85

Tested by

no test coverage detected