Get the absolute path to the active database file
()
| 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>; |
no outgoing calls
no test coverage detected