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

Function isInInactiveTree

static/vuejs/vue.esm.js:2227–2232  ·  view source on GitHub ↗
(vm)

Source from the content-addressed store, hash-verified

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

Callers 2

activateChildComponentFunction · 0.70
deactivateChildComponentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected