MCPcopy Create free account
hub / github.com/TruthHun/BookStack / getXlinkProp

Function getXlinkProp

static/vuejs/vue.common.js:4208–4210  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

4206};
4207
4208var getXlinkProp = function (name) {
4209 return isXlink(name) ? name.slice(6, name.length) : ''
4210};
4211
4212var isFalsyAttrValue = function (val) {
4213 return val == null || val === false

Callers 2

updateAttrsFunction · 0.70
setAttrFunction · 0.70

Calls 1

isXlinkFunction · 0.70

Tested by

no test coverage detected