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

Function isInInactiveTree

static/vuejs/vue.runtime.common.js:2225–2230  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

2223}
2224
2225function isInInactiveTree (vm) {
2226 while (vm && (vm = vm.$parent)) {
2227 if (vm._inactive) { return true }
2228 }
2229 return false
2230}
2231
2232function activateChildComponent (vm, direct) {
2233 if (direct) {

Callers 2

activateChildComponentFunction · 0.70
deactivateChildComponentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected