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

Function invokeCreateHooks

static/vuejs/vue.runtime.esm.js:4732–4741  ·  view source on GitHub ↗
(vnode, insertedVnodeQueue)

Source from the content-addressed store, hash-verified

4730 }
4731
4732 function invokeCreateHooks (vnode, insertedVnodeQueue) {
4733 for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {
4734 cbs.create[i$1](emptyNode, vnode);
4735 }
4736 i = vnode.data.hook; // Reuse variable
4737 if (isDef(i)) {
4738 if (isDef(i.create)) { i.create(emptyNode, vnode); }
4739 if (isDef(i.insert)) { insertedVnodeQueue.push(vnode); }
4740 }
4741 }
4742
4743 // set scope id attribute for scoped CSS.
4744 // this is implemented as a special case to avoid the overhead

Callers 3

createElmFunction · 0.70
initComponentFunction · 0.70
hydrateFunction · 0.70

Calls 1

isDefFunction · 0.70

Tested by

no test coverage detected