(rootDir: string)
| 95 | } |
| 96 | |
| 97 | export async function listRestorePoints(rootDir: string): Promise<RestorePoint[]> { |
| 98 | return loadManifest(rootDir); |
| 99 | } |
| 100 | |
| 101 | export async function shadowCommit(rootDir: string, message: string): Promise<boolean> { |
| 102 | try { |
no test coverage detected