MCPcopy
hub / github.com/sveltejs/svelte / deactivate

Method deactivate

packages/svelte/src/internal/client/reactivity/batch.js:598–601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596 }
597
598 deactivate() {
599 current_batch = null;
600 batch_values = null;
601 }
602
603 flush() {
604 try {

Callers 5

resolveFunction · 0.80
animateFunction · 0.80
unset_contextFunction · 0.80
#commitMethod · 0.80
handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected