Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ iff
Function
iff
scripts/viewStylesUsed.js:23–25 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
21
}
22
23
function
iff(a, b, c) {
24
return
b ? a + b + c :
""
;
25
}
26
27
function
add(h) {
28
b.appendChild(h);
Callers
1
viewStylesUsed.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected