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

Function pruneCacheEntry

static/vuejs/vue.js:4047–4054  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

4045}
4046
4047function pruneCacheEntry (vnode) {
4048 if (vnode) {
4049 if (!vnode.componentInstance._inactive) {
4050 callHook(vnode.componentInstance, 'deactivated');
4051 }
4052 vnode.componentInstance.$destroy();
4053 }
4054}
4055
4056var KeepAlive = {
4057 name: 'keep-alive',

Callers 2

pruneCacheFunction · 0.70
vue.jsFile · 0.70

Calls 1

callHookFunction · 0.70

Tested by

no test coverage detected