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

Function Component

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

Source from the content-addressed store, hash-verified

1138 next();
1139 },
1140 Component(node, { state, path, next }) {
1141 next();
1142 migrate_slot_usage(node, path, state);
1143 },
1144 SvelteComponent(node, { state, next, path }) {
1145 next();
1146

Callers

nothing calls this directly

Calls 2

migrate_slot_usageFunction · 0.85
nextFunction · 0.50

Tested by

no test coverage detected