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

Function pushTarget

static/vuejs/vue.common.js:648–651  ·  view source on GitHub ↗
(_target)

Source from the content-addressed store, hash-verified

646var targetStack = [];
647
648function pushTarget (_target) {
649 if (Dep.target) { targetStack.push(Dep.target); }
650 Dep.target = _target;
651}
652
653function popTarget () {
654 Dep.target = targetStack.pop();

Callers 1

vue.common.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected