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

Function closeBlock

packages/runtime-core/src/vnode.ts:288–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288export function closeBlock(): void {
289 blockStack.pop()
290 currentBlock = blockStack[blockStack.length - 1] || null
291}
292
293// Whether we should be tracking dynamic child nodes inside a block.
294// Only tracks when this value is > 0

Callers 2

normalizeSuspenseSlotFunction · 0.90
setupBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected