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

Function isInInactiveTree

static/vuejs/vue.runtime.js:2229–2234  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

2227}
2228
2229function isInInactiveTree (vm) {
2230 while (vm && (vm = vm.$parent)) {
2231 if (vm._inactive) { return true }
2232 }
2233 return false
2234}
2235
2236function activateChildComponent (vm, direct) {
2237 if (direct) {

Callers 2

activateChildComponentFunction · 0.70
deactivateChildComponentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected