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

Function check

packages/svelte/src/internal/client/reactivity/effects.js:622–622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

620 var remaining = transitions.length;
621 if (remaining > 0) {
622 var check = () => --remaining || fn();
623 for (var transition of transitions) {
624 transition.out(check);
625 }

Callers 1

analyze_componentFunction · 0.50

Calls 1

fnFunction · 0.70

Tested by

no test coverage detected