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

Function fn

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

Source from the content-addressed store, hash-verified

613 pause_children(effect, transitions, true);
614
615 var fn = () => {
616 if (destroy) destroy_effect(effect);
617 if (callback) callback();
618 };
619
620 var remaining = transitions.length;
621 if (remaining > 0) {

Callers 15

update_propFunction · 0.70
update_pre_propFunction · 0.70
template_effectFunction · 0.70
deferred_template_effectFunction · 0.70
checkFunction · 0.70
pause_effectFunction · 0.70
flattenFunction · 0.70
finishFunction · 0.70
runFunction · 0.70
#processMethod · 0.70
discardMethod · 0.70
flushSyncFunction · 0.70

Calls 2

destroy_effectFunction · 0.85
callbackFunction · 0.50

Tested by

no test coverage detected