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

Function pushTarget

static/vuejs/vue.js:652–655  ·  view source on GitHub ↗
(_target)

Source from the content-addressed store, hash-verified

650var targetStack = [];
651
652function pushTarget (_target) {
653 if (Dep.target) { targetStack.push(Dep.target); }
654 Dep.target = _target;
655}
656
657function popTarget () {
658 Dep.target = targetStack.pop();

Callers 1

vue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected