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

Function callHook$1

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

Source from the content-addressed store, hash-verified

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

Callers 2

_updateFunction · 0.70
callInsertFunction · 0.70

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected