MCPcopy Create free account
hub / github.com/idank/explainshell / setStyles

Function setStyles

explainshell/web/static/js/es.js:62–64  ·  view source on GitHub ↗
(els, styles)

Source from the content-addressed store, hash-verified

60}
61
62function setStyles(els, styles) {
63 for (const el of els) Object.assign(el.style, styles);
64}
65
66function htmlToElement(html) {
67 const template = document.createElement('template');

Callers 1

drawgrouplinesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected