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

Function callInsert

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

Source from the content-addressed store, hash-verified

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

Callers 1

_updateFunction · 0.70

Calls 1

callHook$1Function · 0.70

Tested by

no test coverage detected