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

Function isPatchable

static/vuejs/vue.esm.js:4729–4734  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

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