Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ openBlock
Function
openBlock
packages/runtime-core/src/vnode.ts:284–286 ·
view source on GitHub ↗
(disableTracking = false)
Source
from the content-addressed store, hash-verified
282
* @private
283
*/
284
export
function
openBlock(disableTracking = false): void {
285
blockStack.push((currentBlock = disableTracking ? null : []))
286
}
287
288
export
function
closeBlock(): void {
289
blockStack.pop()
Callers
15
normalizeSuspenseSlot
Function · 0.90
renderSlot
Function · 0.90
vnode.spec.ts
File · 0.90
runSharedTests
Function · 0.90
renderSlot.spec.ts
File · 0.90
createCommentVNode
Function · 0.85
render
Function · 0.85
render
Function · 0.85
setup
Function · 0.85
hydration.spec.ts
File · 0.85
renderWithBlock
Function · 0.85
rendererOptimizedMode.spec.ts
File · 0.85
Calls
1
push
Method · 0.65
Tested by
15
runSharedTests
Function · 0.72
render
Function · 0.68
render
Function · 0.68
setup
Function · 0.68
renderWithBlock
Function · 0.68
setup
Function · 0.68
Parent
Function · 0.68
render
Function · 0.68
renderFn
Function · 0.68
render
Function · 0.68
setup
Function · 0.68
setup
Function · 0.68