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

Function concat

static/vuejs/vue.common.js:4255–4257  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

4253}
4254
4255function concat (a, b) {
4256 return a ? b ? (a + ' ' + b) : a : (b || '')
4257}
4258
4259function stringifyClass (value) {
4260 var res = '';

Callers 3

mergeClassDataFunction · 0.70
genClassFromDataFunction · 0.70
updateClassFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected