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

Function SvelteFragment

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

Source from the content-addressed store, hash-verified

910 },
911
912 SvelteFragment(node, context) {
913 base_element(node, context, comments);
914 },
915
916 SvelteHead(node, context) {
917 base_element(node, context, comments);

Callers

nothing calls this directly

Calls 1

base_elementFunction · 0.85

Tested by

no test coverage detected