MCPcopy Create free account
hub / github.com/TanStack/store / derived.test.ts

File derived.test.ts

packages/store/tests/derived.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, test, vi } from 'vitest'
2import { Store } from '../src/store'
3import { Derived } from '../src/derived'
4import { batch } from '../src/scheduler'

Callers

nothing calls this directly

Calls 4

batchFunction · 0.90
viFnSubscribeFunction · 0.85
mountMethod · 0.80
setStateMethod · 0.80

Tested by

no test coverage detected