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

Function SvelteWindow

packages/svelte/src/compiler/migrate/index.js:1218–1221  ·  view source on GitHub ↗
(node, { state, next })

Source from the content-addressed store, hash-verified

1216 next();
1217 },
1218 SvelteWindow(node, { state, next }) {
1219 handle_events(node, state);
1220 next();
1221 },
1222 SvelteBody(node, { state, next }) {
1223 handle_events(node, state);
1224 next();

Callers

nothing calls this directly

Calls 2

handle_eventsFunction · 0.85
nextFunction · 0.50

Tested by

no test coverage detected