Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/developit/undom
/ createAttributeFilter
Function
createAttributeFilter
src/util.js:21–23 ·
view source on GitHub ↗
(ns, name)
Source
from the content-addressed store, hash-verified
19
}
20
21
export
function
createAttributeFilter(ns, name) {
22
return
o => o.ns===ns && toLower(o.name)===toLower(name);
23
}
Callers
3
setAttributeNS
Method · 0.90
getAttributeNS
Method · 0.90
removeAttributeNS
Method · 0.90
Calls
1
toLower
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…