MCPcopy
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
121test('uncloneable value', () => {
122 const fn = () => {};
123
124 const warnings = capture_warnings();
125 const copy = snapshot(fn);

Callers 15

runFunction · 0.70
fromActionFunction · 0.50
runFunction · 0.50
runFunction · 0.50
toStoreFunction · 0.50
toStoreFunction · 0.50
updateFunction · 0.50
syncFunction · 0.50
springFunction · 0.50
ofMethod · 0.50
get_interpolatorFunction · 0.50
setFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected