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

Function placeholder

static/vuejs/vue.runtime.common.js:6487–6491  ·  view source on GitHub ↗
(h, rawChild)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

hFunction · 0.70

Tested by

no test coverage detected