MCPcopy
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

updateAttrsFunction · 0.85
setAttrFunction · 0.85

Calls 1

isXlinkFunction · 0.85

Tested by

no test coverage detected