MCPcopy
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 */
39export 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.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected