Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ getXlinkProp
Function
getXlinkProp
static/vuejs/vue.runtime.common.js:4204–4206 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
4202
};
4203
4204
var
getXlinkProp =
function
(name) {
4205
return
isXlink(name) ? name.slice(6, name.length) :
''
4206
};
4207
4208
var
isFalsyAttrValue =
function
(val) {
4209
return
val == null || val === false
Callers
2
updateAttrs
Function · 0.70
setAttr
Function · 0.70
Calls
1
isXlink
Function · 0.70
Tested by
no test coverage detected