Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
265
export
function
startBatch(): void {
266
batchDepth++
267
}
268
269
/**
270
* Run batched effects when all batches have ended
Callers
4
noTracking
Function · 0.90
notify
Method · 0.90
trigger
Function · 0.90
effect.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected