Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ concat
Function
concat
static/vuejs/vue.runtime.esm.js:4249–4251 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
4247
}
4248
4249
function
concat (a, b) {
4250
return
a ? b ? (a +
' '
+ b) : a : (b ||
''
)
4251
}
4252
4253
function
stringifyClass (value) {
4254
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