Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ pushTarget
Function
pushTarget
static/vuejs/vue.runtime.common.js:644–647 ·
view source on GitHub ↗
(_target)
Source
from the content-addressed store, hash-verified
642
var
targetStack = [];
643
644
function
pushTarget (_target) {
645
if
(Dep.target) { targetStack.push(Dep.target); }
646
Dep.target = _target;
647
}
648
649
function
popTarget () {
650
Dep.target = targetStack.pop();
Callers
1
vue.runtime.common.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected