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

Function getDesktopDataRootConfigPath

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

Source from the content-addressed store, hash-verified

35}
36
37async function getDesktopDataRootConfigPath(): Promise<string> {
38 const platform = getPlatformService();
39 return platform.joinPath(await getDefaultDataRoot(), DESKTOP_DATA_ROOT_CONFIG_FILE);
40}
41
42async function getDesktopDataRoot(): Promise<string> {
43 const platform = getPlatformService();

Callers 1

getDesktopDataRootFunction · 0.85

Calls 3

getPlatformServiceFunction · 0.90
getDefaultDataRootFunction · 0.85
joinPathMethod · 0.65

Tested by

no test coverage detected