Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/QwikDev/qwik
/ index.tsx
File
index.tsx
packages/insights/src/routes/test/counter/index.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { component$, useSignal } from
'@builder.io/qwik'
;
2
3
export default component$(() => {
4
const count = useSignal(0);
Callers
nothing calls this directly
Calls
2
component$
Function · 0.90
useSignal
Function · 0.90
Tested by
no test coverage detected