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

Function placeholder

static/vuejs/vue.runtime.esm.js:6485–6489  ·  view source on GitHub ↗
(h, rawChild)

Source from the content-addressed store, hash-verified

6483}
6484
6485function placeholder (h, rawChild) {
6486 return /\d-keep-alive$/.test(rawChild.tag)
6487 ? h('keep-alive')
6488 : null
6489}
6490
6491function hasParentTransition (vnode) {
6492 while ((vnode = vnode.parent)) {

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls 1

hFunction · 0.70

Tested by

no test coverage detected