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

Function genScopedSlot

static/vuejs/vue.esm.js:8736–8741  ·  view source on GitHub ↗
(key, el)

Source from the content-addressed store, hash-verified

8734}
8735
8736function genScopedSlot (key, el) {
8737 return "[" + key + ",function(" + (String(el.attrsMap.scope)) + "){" +
8738 "return " + (el.tag === 'template'
8739 ? genChildren(el) || 'void 0'
8740 : genElement(el)) + "}]"
8741}
8742
8743function genChildren (el, checkSkip) {
8744 var children = el.children;

Callers 1

genScopedSlotsFunction · 0.70

Calls 2

genChildrenFunction · 0.70
genElementFunction · 0.70

Tested by

no test coverage detected