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

Function run

packages/svelte/src/internal/client/reactivity/async.js:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98 // Full path: has async expressions
99 function run() {
100 Promise.all(async.map((expression) => async_derived(expression)))
101 .then(finish)
102 .catch((error) => invoke_error_boundary(error, parent))
103 .finally(decrement_pending);
104 }
105
106 if (blocker_promise) {
107 blocker_promise.then(() => {

Callers 1

flattenFunction · 0.70

Calls 8

async_derivedFunction · 0.90
invoke_error_boundaryFunction · 0.90
abortedFunction · 0.90
captureFunction · 0.85
increment_pendingFunction · 0.85
unset_contextFunction · 0.85
pushMethod · 0.80
fnFunction · 0.70

Tested by

no test coverage detected