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

Function callInsert

static/vuejs/vue.common.js:5175–5179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5173
5174 if (dirsWithInsert.length) {
5175 var callInsert = function () {
5176 for (var i = 0; i < dirsWithInsert.length; i++) {
5177 callHook$1(dirsWithInsert[i], 'inserted', vnode, oldVnode);
5178 }
5179 };
5180 if (isCreate) {
5181 mergeVNodeHook(vnode.data.hook || (vnode.data.hook = {}), 'insert', callInsert);
5182 } else {

Callers 1

_updateFunction · 0.70

Calls 1

callHook$1Function · 0.70

Tested by

no test coverage detected