()
| 21 | } |
| 22 | |
| 23 | private getHistoryDir(): string { |
| 24 | const hash = getProjectHash(this.projectRoot); |
| 25 | return path.join(os.homedir(), ANUS_DIR, 'history', hash); |
| 26 | } |
| 27 | |
| 28 | async initialize(): Promise<void> { |
| 29 | const gitAvailable = await this.verifyGitAvailability(); |
no test coverage detected