Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
function
setStyles(els, styles) {
63
for
(
const
el of els) Object.assign(el.style, styles);
64
}
65
66
function
htmlToElement(html) {
67
const
template = document.createElement(
'template'
);
Callers
1
drawgrouplines
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected