Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ activate
Method
activate
packages/svelte/src/internal/client/reactivity/batch.js:594–596 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
592
}
593
594
activate() {
595
current_batch = this;
596
}
597
598
deactivate() {
599
current_batch = null;
Callers
3
capture
Function · 0.80
#commit
Method · 0.80
handler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected