MCPcopy
hub / github.com/QwikDev/qwik / use-task.unit.ts

File use-task.unit.ts

packages/qwik/src/core/use/use-task.unit.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expectTypeOf, test } from 'vitest';
2import { component$ } from '../component/component.public';
3import { useResource$ } from './use-resource';
4import { useSignal } from './use-signal';

Callers

nothing calls this directly

Calls 5

component$Function · 0.90
useSignalFunction · 0.90
useStoreFunction · 0.90
useResource$Function · 0.90
trackFunction · 0.85

Tested by

no test coverage detected