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

Function TitleElement

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

Source from the content-addressed store, hash-verified

930 },
931
932 TitleElement(node, context) {
933 base_element(node, context, comments);
934 },
935
936 TransitionDirective(node, context) {
937 const directive = node.intro && node.outro ? 'transition' : node.intro ? 'in' : 'out';

Callers

nothing calls this directly

Calls 1

base_elementFunction · 0.85

Tested by

no test coverage detected