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

Function f

packages/svelte/tests/types/snippet.ts:24–27  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

22};
23// @ts-expect-error
24const f: Snippet = (a) => {
25 a?.x;
26 return return_type;
27};
28const g: Snippet<[boolean]> = (a) => {
29 // @ts-expect-error
30 a === '';

Callers 3

tickFunction · 0.85
sleepFunction · 0.85
ssr-common.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected