Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ pushScopeId
Function
pushScopeId
packages/runtime-core/src/componentRenderContext.ts:39–41 ·
view source on GitHub ↗
(id: string | null)
Source
from the content-addressed store, hash-verified
37
* @private compiler helper
38
*/
39
export
function
pushScopeId(id: string | null): void {
40
currentScopeId = id
41
}
42
43
/**
44
* Technically we no longer need this after 3.0.8 but we need to keep the same
Callers
1
scopeId.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected