MCPcopy
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

1import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
2import type { ISyncBackend, RemoteFile } from "../sync-backend";
3
4type Row = Record<string, unknown>;

Callers

nothing calls this directly

Calls 11

bookRowFunction · 0.85
highlightRowFunction · 0.85
syncDeviceFunction · 0.85
applyChangesFunction · 0.85
collectChangesFunction · 0.85
groupRowFunction · 0.85
exportRecordsMethod · 0.80
patchMethod · 0.80
addMethod · 0.80
insertMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected