Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fiddle-Digital/string-scroll
/ attr
Function
attr
src/Utils/attr.ts:1–3 ·
view source on GitHub ↗
(e: any, n: string, d: any = null)
Source
from the content-addressed store, hash-verified
1
export
function
attr(e: any, n: string, d: any = null) {
2
return
e.getAttribute(n) == null ? d : e.getAttribute(n)
3
}
Callers
6
constructor
Method · 0.90
resize
Method · 0.90
init
Method · 0.90
addObject
Method · 0.90
callbackGl
Method · 0.90
constructor
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected