()
| 62 | } |
| 63 | |
| 64 | export async function getActiveDataRoot(): Promise<string> { |
| 65 | return getDesktopDataRoot(); |
| 66 | } |
| 67 | |
| 68 | export async function getDatabaseFilePath(filename: string): Promise<string> { |
| 69 | const platform = getPlatformService(); |
nothing calls this directly
no test coverage detected