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

Function pruneCacheEntry

static/vuejs/vue.esm.js:4051–4058  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

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

Callers 2

pruneCacheFunction · 0.70
vue.esm.jsFile · 0.70

Calls 1

callHookFunction · 0.70

Tested by

no test coverage detected