Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ transactions.test.ts
File
transactions.test.ts
packages/db/tests/transactions.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/index.js'
4
import
{
Callers
nothing calls this directly
Calls
9
createTransaction
Function · 0.90
expect
Function · 0.90
createCollection
Function · 0.85
commit
Method · 0.45
rollback
Method · 0.45
mutate
Method · 0.45
insert
Method · 0.45
update
Method · 0.45
forEach
Method · 0.45
Tested by
no test coverage detected