MCPcopy Create free account
hub / github.com/TruthHun/BookStack / callHook$1

Function callHook$1

static/vuejs/vue.common.js:5231–5236  ·  view source on GitHub ↗
(dir, hook, vnode, oldVnode, isDestroy)

Source from the content-addressed store, hash-verified

5229}
5230
5231function callHook$1 (dir, hook, vnode, oldVnode, isDestroy) {
5232 var fn = dir.def && dir.def[hook];
5233 if (fn) {
5234 fn(vnode.elm, dir, vnode, oldVnode, isDestroy);
5235 }
5236}
5237
5238var baseModules = [
5239 ref,

Callers 2

_updateFunction · 0.70
callInsertFunction · 0.70

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected