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

Function pushTarget

static/vuejs/vue.runtime.common.js:644–647  ·  view source on GitHub ↗
(_target)

Source from the content-addressed store, hash-verified

642var targetStack = [];
643
644function pushTarget (_target) {
645 if (Dep.target) { targetStack.push(Dep.target); }
646 Dep.target = _target;
647}
648
649function popTarget () {
650 Dep.target = targetStack.pop();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected