Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ insert
Function
insert
packages/db/tests/query/includes.test.ts:6325–6329 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
6323
return
{
6324
collection,
6325
insert(value: T) {
6326
syncBegin!()
6327
syncWrite!({
type
: `insert`, value })
6328
syncCommit!()
6329
},
6330
}
6331
}
6332
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected