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

Function pushTarget

static/vuejs/vue.runtime.esm.js:642–645  ·  view source on GitHub ↗
(_target)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected