Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/db
/ apply-mutations.test.ts
File
apply-mutations.test.ts
packages/db/tests/apply-mutations.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
2
import
{ createTransaction } from
'../src/transactions'
3
import
{ createCollection } from
'../src/collection'
4
Callers
nothing calls this directly
Calls
7
createTransaction
Function · 0.90
expect
Function · 0.90
createMockCollection
Function · 0.70
mutate
Method · 0.45
insert
Method · 0.45
update
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected