MCPcopy
hub / github.com/fanmingming/live / isXlink

Function isXlink

m3u8/vue.js:5482–5484  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

5480 var xlinkNS = 'http://www.w3.org/1999/xlink';
5481
5482 var isXlink = function (name) {
5483 return name.charAt(5) === ':' && name.slice(0, 5) === 'xlink'
5484 };
5485
5486 var getXlinkProp = function (name) {
5487 return isXlink(name) ? name.slice(6, name.length) : ''

Callers 3

getXlinkPropFunction · 0.85
updateAttrsFunction · 0.85
setAttrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected