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

Function getActiveDataRoot

packages/core/src/db/db-core.ts:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64export async function getActiveDataRoot(): Promise<string> {
65 return getDesktopDataRoot();
66}
67
68export async function getDatabaseFilePath(filename: string): Promise<string> {
69 const platform = getPlatformService();

Callers

nothing calls this directly

Calls 1

getDesktopDataRootFunction · 0.85

Tested by

no test coverage detected