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

Function callHook$1

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

Source from the content-addressed store, hash-verified

5219}
5220
5221function callHook$1 (dir, hook, vnode, oldVnode, isDestroy) {
5222 var fn = dir.def && dir.def[hook];
5223 if (fn) {
5224 fn(vnode.elm, dir, vnode, oldVnode, isDestroy);
5225 }
5226}
5227
5228var baseModules = [
5229 ref,

Callers 2

_updateFunction · 0.70
callInsertFunction · 0.70

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected