Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
const
f: Snippet = (a) => {
25
a?.x;
26
return
return_type;
27
};
28
const
g: Snippet<[boolean]> = (a) => {
29
// @ts-expect-error
30
a ===
''
;
Callers
3
tick
Function · 0.85
sleep
Function · 0.85
ssr-common.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected