(rootPath: string)
| 78 | } |
| 79 | |
| 80 | async function removeTempMapProject(rootPath: string): Promise<void> { |
| 81 | await fs.rm(path.dirname(rootPath), { recursive: true, force: true }); |
| 82 | } |
| 83 | |
| 84 | // --------------------------------------------------------------------------- |
| 85 | // buildCodebaseMap |