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