MCPcopy
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

captureFunction · 0.80
#commitMethod · 0.80
handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected