Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ concat
Function
concat
static/vuejs/vue.runtime.common.js:4251–4253 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
4249
}
4250
4251
function
concat (a, b) {
4252
return
a ? b ? (a +
' '
+ b) : a : (b ||
''
)
4253
}
4254
4255
function
stringifyClass (value) {
4256
var
res =
''
;
Callers
3
mergeClassData
Function · 0.70
genClassFromData
Function · 0.70
updateClass
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected