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

Function callInsert

static/vuejs/vue.esm.js:5173–5177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

_updateFunction · 0.70

Calls 1

callHook$1Function · 0.70

Tested by

no test coverage detected