MCPcopy
hub / github.com/vuejs/core / pushWarningContext

Function pushWarningContext

packages/runtime-core/src/warning.ts:25–27  ·  view source on GitHub ↗
(vnode: VNode)

Source from the content-addressed store, hash-verified

23type ComponentTraceStack = TraceEntry[]
24
25export function pushWarningContext(vnode: VNode): void {
26 stack.push(vnode)
27}
28
29export function popWarningContext(): void {
30 stack.pop()

Callers 8

mountComponentFunction · 0.90
updateComponentFunction · 0.90
componentUpdateFnFunction · 0.90
logErrorFunction · 0.90
registerDepFunction · 0.90
convertLegacyVModelPropsFunction · 0.90
renderComponentVNodeFunction · 0.85
renderComponentSubTreeFunction · 0.85

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected