Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ settled
Function
settled
packages/svelte/src/internal/client/runtime.js:518–520 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
516
* @since 5.36
517
*/
518
export
function
settled() {
519
return
Batch.ensure().settled();
520
}
521
522
/**
523
* @template V
Callers
nothing calls this directly
Calls
2
settled
Method · 0.80
ensure
Method · 0.45
Tested by
no test coverage detected