Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/composition-api
/ getCurrentScopeVM
Function
getCurrentScopeVM
src/apis/effectScope.ts:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
* @internal
113
**/
114
export
function
getCurrentScopeVM() {
115
return
getCurrentScope()?.vm || getCurrentInstance()?.proxy
116
}
117
118
/**
119
* @internal
Callers
2
getWatcherVM
Function · 0.90
computed
Function · 0.90
Calls
2
getCurrentInstance
Function · 0.90
getCurrentScope
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…