MCPcopy
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 */
284export function openBlock(disableTracking = false): void {
285 blockStack.push((currentBlock = disableTracking ? null : []))
286}
287
288export function closeBlock(): void {
289 blockStack.pop()

Callers 15

normalizeSuspenseSlotFunction · 0.90
renderSlotFunction · 0.90
vnode.spec.tsFile · 0.90
runSharedTestsFunction · 0.90
renderSlot.spec.tsFile · 0.90
createCommentVNodeFunction · 0.85
renderFunction · 0.85
renderFunction · 0.85
setupFunction · 0.85
hydration.spec.tsFile · 0.85
renderWithBlockFunction · 0.85

Calls 1

pushMethod · 0.65

Tested by 15

runSharedTestsFunction · 0.72
renderFunction · 0.68
renderFunction · 0.68
setupFunction · 0.68
renderWithBlockFunction · 0.68
setupFunction · 0.68
ParentFunction · 0.68
renderFunction · 0.68
renderFnFunction · 0.68
renderFunction · 0.68
setupFunction · 0.68
setupFunction · 0.68