Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ clear
Function
clear
packages/svelte/src/internal/client/reactivity/batch.js:1446–1448 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1444
* Forcibly remove all current batches, to prevent cross-talk between tests
1445
*/
1446
export
function
clear() {
1447
first_batch = last_batch = null;
1448
}
Callers
1
run_test_variant
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected