Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ foo.js
File
foo.js
packages/svelte/tests/runtime-legacy/samples/store-imports-hoisted/foo.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ writable } from
'svelte/store'
;
2
3
export
default writable(42);
Callers
nothing calls this directly
Calls
1
writable
Function · 0.90
Tested by
no test coverage detected