Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
646
var
targetStack = [];
647
648
function
pushTarget (_target) {
649
if
(Dep.target) { targetStack.push(Dep.target); }
650
Dep.target = _target;
651
}
652
653
function
popTarget () {
654
Dep.target = targetStack.pop();
Callers
1
vue.common.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected