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

Function pruneCacheEntry

static/vuejs/vue.runtime.js:4043–4050  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

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

Callers 2

pruneCacheFunction · 0.70
vue.runtime.jsFile · 0.70

Calls 1

callHookFunction · 0.70

Tested by

no test coverage detected