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

Function pushTarget

static/vuejs/vue.esm.js:646–649  ·  view source on GitHub ↗
(_target)

Source from the content-addressed store, hash-verified

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

Callers 1

vue.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected