Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fanmingming/live
/ getXlinkProp
Function
getXlinkProp
m3u8/vue.js:5486–5488 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
5484
};
5485
5486
var
getXlinkProp =
function
(name) {
5487
return
isXlink(name) ? name.slice(6, name.length) :
''
5488
};
5489
5490
var
isFalsyAttrValue =
function
(val) {
5491
return
val == null || val === false
Callers
2
updateAttrs
Function · 0.85
setAttr
Function · 0.85
Calls
1
isXlink
Function · 0.85
Tested by
no test coverage detected