Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ fn
Function
fn
packages/svelte/src/internal/shared/clone.test.ts:122–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
121
test(
'uncloneable value'
, () => {
122
const
fn = () => {};
123
124
const
warnings = capture_warnings();
125
const
copy = snapshot(fn);
Callers
15
run
Function · 0.70
fromAction
Function · 0.50
run
Function · 0.50
run
Function · 0.50
toStore
Function · 0.50
toStore
Function · 0.50
update
Function · 0.50
sync
Function · 0.50
spring
Function · 0.50
of
Method · 0.50
get_interpolator
Function · 0.50
set
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected