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

Method loadDatabase

packages/core/src/services/platform.ts:90–90  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

88
89 // ---- Database ----
90 loadDatabase(path: string): Promise<IDatabase>;
91
92 // ---- Network (for scenarios requiring custom headers) ----
93 fetch(url: string, options?: FetchOptions): Promise<Response>;

Callers 4

runMigrationsFunction · 0.65
getSchemaVersionFunction · 0.65
getDBFunction · 0.65
getLocalDBFunction · 0.65

Implementers 2

ExpoPlatformServicepackages/app-expo/src/lib/platform/exp
TauriPlatformServicepackages/app/src/lib/platform/tauri-pl

Calls

no outgoing calls

Tested by

no test coverage detected