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

Function startBatch

packages/reactivity/src/effect.ts:265–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263 * @internal
264 */
265export function startBatch(): void {
266 batchDepth++
267}
268
269/**
270 * Run batched effects when all batches have ended

Callers 4

noTrackingFunction · 0.90
notifyMethod · 0.90
triggerFunction · 0.90
effect.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected