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

Function isPatchable

static/vuejs/vue.runtime.js:4721–4726  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

4719 }
4720
4721 function isPatchable (vnode) {
4722 while (vnode.componentInstance) {
4723 vnode = vnode.componentInstance._vnode;
4724 }
4725 return isDef(vnode.tag)
4726 }
4727
4728 function invokeCreateHooks (vnode, insertedVnodeQueue) {
4729 for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {

Callers 3

initComponentFunction · 0.70
patchVnodeFunction · 0.70
createPatchFunctionFunction · 0.70

Calls 1

isDefFunction · 0.70

Tested by

no test coverage detected