MCPcopy Index your code
hub / github.com/TruthHun/BookStack / isPatchable

Function isPatchable

static/vuejs/vue.runtime.common.js:4727–4732  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

4725 }
4726
4727 function isPatchable (vnode) {
4728 while (vnode.componentInstance) {
4729 vnode = vnode.componentInstance._vnode;
4730 }
4731 return isDef(vnode.tag)
4732 }
4733
4734 function invokeCreateHooks (vnode, insertedVnodeQueue) {
4735 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