MCPcopy
hub / github.com/fanmingming/live / isPatchable

Function isPatchable

m3u8/vue.js:6048–6053  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

6046 }
6047
6048 function isPatchable (vnode) {
6049 while (vnode.componentInstance) {
6050 vnode = vnode.componentInstance._vnode;
6051 }
6052 return isDef(vnode.tag)
6053 }
6054
6055 function invokeCreateHooks (vnode, insertedVnodeQueue) {
6056 for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {

Callers 3

initComponentFunction · 0.85
patchVnodeFunction · 0.85
createPatchFunctionFunction · 0.85

Calls 1

isDefFunction · 0.85

Tested by

no test coverage detected