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

Function placeholder

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.runtime.jsFile · 0.70

Calls 1

hFunction · 0.70

Tested by

no test coverage detected