Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ commit
Function
commit
core/transaction.ts:220–224 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
}
219
220
function
commit() {
221
for
(
const
change of changes) {
222
removeChange(change);
223
}
224
}
225
226
function
reject() {
227
const
entitiesToRebase =
new
Set<AnyEntity>();
Callers
nothing calls this directly
Calls
1
removeChange
Function · 0.85
Tested by
no test coverage detected