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

Function isInInactiveTree

static/vuejs/vue.js:2233–2238  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

2231}
2232
2233function isInInactiveTree (vm) {
2234 while (vm && (vm = vm.$parent)) {
2235 if (vm._inactive) { return true }
2236 }
2237 return false
2238}
2239
2240function activateChildComponent (vm, direct) {
2241 if (direct) {

Callers 2

activateChildComponentFunction · 0.70
deactivateChildComponentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected