()
| 89 | } |
| 90 | |
| 91 | export function getAllProjects(): ProjectState[] { |
| 92 | return Array.from(projects.values()); |
| 93 | } |
| 94 | |
| 95 | export function removeProject(rootPath: string): void { |
| 96 | const key = normalizeRootKey(rootPath); |
no outgoing calls
no test coverage detected