Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ygs-code/vue
/ popTarget
Function
popTarget
vue.js:1056–1059 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1054
1055
//
1056
function
popTarget() {
1057
// 出盏一个pushTarget
1058
Dep.target = targetStack.pop();
1059
}
1060
1061
/*
1062
* 创建标准的vue vnode
Callers
3
callHook
Function · 0.85
vue.js
File · 0.85
getData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected