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

Function SvelteBody

packages/svelte/src/compiler/print/index.js:867–869  ·  view source on GitHub ↗
(node, context)

Source from the content-addressed store, hash-verified

865 },
866
867 SvelteBody(node, context) {
868 base_element(node, context, comments);
869 },
870
871 SvelteBoundary(node, context) {
872 base_element(node, context, comments);

Callers

nothing calls this directly

Calls 1

base_elementFunction · 0.85

Tested by

no test coverage detected