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

Function mount

packages/svelte/src/index-server.js:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24export function mount() {
25 e.lifecycle_function_unavailable('mount');
26}
27
28export function hydrate() {
29 e.lifecycle_function_unavailable('hydrate');

Callers 3

component.tsFile · 0.90
testFunction · 0.90
test.tsFile · 0.90

Calls

no outgoing calls

Tested by 1

testFunction · 0.72