MCPcopy
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 **/
114export function getCurrentScopeVM() {
115 return getCurrentScope()?.vm || getCurrentInstance()?.proxy
116}
117
118/**
119 * @internal

Callers 2

getWatcherVMFunction · 0.90
computedFunction · 0.90

Calls 2

getCurrentInstanceFunction · 0.90
getCurrentScopeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…