MCPcopy Index your code
hub / github.com/MALSync/MALSync / styleSet

Function styleSet

src/chibiScript/functions/core/coreFunctions.ts:390–392  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

388 });
389
390 function styleSet(value: string) {
391 domFunctions.setStyle(ctx, document.documentElement, name, value, true);
392 }
393 async function runCallback() {
394 let result;
395 if (ctx.isAsync()) {

Callers 2

addCssVariableFunction · 0.85
runCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected