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

Function callInsert

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

Source from the content-addressed store, hash-verified

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

Callers 1

_updateFunction · 0.70

Calls 1

callHook$1Function · 0.70

Tested by

no test coverage detected