Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ popWarningContext
Function
popWarningContext
packages/runtime-core/src/warning.ts:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
export
function
popWarningContext(): void {
30
stack.pop()
31
}
32
33
let
isWarning = false
34
Callers
8
mountComponent
Function · 0.90
updateComponent
Function · 0.90
componentUpdateFn
Function · 0.90
logError
Function · 0.90
registerDep
Function · 0.90
convertLegacyVModelProps
Function · 0.90
renderComponentVNode
Function · 0.85
renderComponentSubTree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected