Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_prop
Function · 0.70
update_pre_prop
Function · 0.70
template_effect
Function · 0.70
deferred_template_effect
Function · 0.70
check
Function · 0.70
pause_effect
Function · 0.70
flatten
Function · 0.70
finish
Function · 0.70
run
Function · 0.70
#process
Method · 0.70
discard
Method · 0.70
flushSync
Function · 0.70
Calls
2
destroy_effect
Function · 0.85
callback
Function · 0.50
Tested by
no test coverage detected