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

Function isPatchable

static/vuejs/vue.common.js:4731–4736  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

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