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

Function callInsert

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

Source from the content-addressed store, hash-verified

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

Callers 1

_updateFunction · 0.70

Calls 1

callHook$1Function · 0.70

Tested by

no test coverage detected