Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ SvelteHead
Function
SvelteHead
packages/svelte/src/compiler/print/index.js:916–918 ·
view source on GitHub ↗
(node, context)
Source
from the content-addressed store, hash-verified
914
},
915
916
SvelteHead(node, context) {
917
base_element(node, context, comments);
918
},
919
920
SvelteSelf(node, context) {
921
base_element(node, context, comments);
Callers
nothing calls this directly
Calls
1
base_element
Function · 0.85
Tested by
no test coverage detected