MCPcopy
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 */
518export function settled() {
519 return Batch.ensure().settled();
520}
521
522/**
523 * @template V

Callers

nothing calls this directly

Calls 2

settledMethod · 0.80
ensureMethod · 0.45

Tested by

no test coverage detected