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

Function isInInactiveTree

static/vuejs/vue.runtime.esm.js:2223–2228  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

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

Callers 2

activateChildComponentFunction · 0.70
deactivateChildComponentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected