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

Function isPatchable

static/vuejs/vue.runtime.esm.js:4725–4730  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

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