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

Function placeholder

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

Source from the content-addressed store, hash-verified

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

Callers 1

vue.esm.jsFile · 0.70

Calls 1

hFunction · 0.70

Tested by

no test coverage detected