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