MCPcopy
hub / github.com/codedogQBY/ReadAny / getDatabasePath

Method getDatabasePath

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

Get the absolute path to the active database file

()

Source from the content-addressed store, hash-verified

17
18 /** Get the absolute path to the active database file */
19 getDatabasePath(): Promise<string>;
20
21 /** Get a temp directory path for staging files */
22 getTempDir(): Promise<string>;

Callers 2

mapVirtualPathMethod · 0.65
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