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

Function invokeCreateHooks

static/vuejs/vue.runtime.common.js:4734–4743  ·  view source on GitHub ↗
(vnode, insertedVnodeQueue)

Source from the content-addressed store, hash-verified

4732 }
4733
4734 function invokeCreateHooks (vnode, insertedVnodeQueue) {
4735 for (var i$1 = 0; i$1 < cbs.create.length; ++i$1) {
4736 cbs.create[i$1](emptyNode, vnode);
4737 }
4738 i = vnode.data.hook; // Reuse variable
4739 if (isDef(i)) {
4740 if (isDef(i.create)) { i.create(emptyNode, vnode); }
4741 if (isDef(i.insert)) { insertedVnodeQueue.push(vnode); }
4742 }
4743 }
4744
4745 // set scope id attribute for scoped CSS.
4746 // 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