MCPcopy Index your code
hub / github.com/codedogQBY/ReadAny / vacuumInto

Method vacuumInto

packages/core/src/sync/sync-adapter.ts:7–7  ·  view source on GitHub ↗

Create a snapshot of the current DB via VACUUM INTO

(targetPath: string)

Source from the content-addressed store, hash-verified

5export interface ISyncAdapter {
6 /** Create a snapshot of the current DB via VACUUM INTO */
7 vacuumInto(targetPath: string): Promise<void>;
8
9 /** Check integrity of a database file. Returns true if valid. */
10 integrityCheck(dbPath: string): Promise<boolean>;

Callers 1

getMethod · 0.65

Implementers 2

MobileSyncAdapterpackages/app-expo/src/lib/sync/sync-ad
DesktopSyncAdapterpackages/app/src/lib/sync/sync-adapter

Calls

no outgoing calls

Tested by

no test coverage detected