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

Function placeholder

static/vuejs/vue.js:6929–6933  ·  view source on GitHub ↗
(h, rawChild)

Source from the content-addressed store, hash-verified

6927}
6928
6929function placeholder (h, rawChild) {
6930 return /\d-keep-alive$/.test(rawChild.tag)
6931 ? h('keep-alive')
6932 : null
6933}
6934
6935function hasParentTransition (vnode) {
6936 while ((vnode = vnode.parent)) {

Callers 1

vue.jsFile · 0.70

Calls 1

hFunction · 0.70

Tested by

no test coverage detected