Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codedogQBY/ReadAny
/ simple-sync.integration.test.ts
File
simple-sync.integration.test.ts
packages/core/src/sync/__tests__/simple-sync.integration.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, it, vi } from
"vitest"
;
2
import
type
{ ISyncBackend, RemoteFile } from
"../sync-backend"
;
3
4
type
Row = Record<string, unknown>;
Callers
nothing calls this directly
Calls
11
bookRow
Function · 0.85
highlightRow
Function · 0.85
syncDevice
Function · 0.85
applyChanges
Function · 0.85
collectChanges
Function · 0.85
groupRow
Function · 0.85
exportRecords
Method · 0.80
patch
Method · 0.80
add
Method · 0.80
insert
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected