* Check if a directory has been initialized as a CodeGraph project
(projectRoot: string)
| 439 | * Check if a directory has been initialized as a CodeGraph project |
| 440 | */ |
| 441 | static isInitialized(projectRoot: string): boolean { |
| 442 | return isInitialized(path.resolve(projectRoot)); |
| 443 | } |
| 444 | |
| 445 | /** |
| 446 | * Close the CodeGraph instance and release resources |
no test coverage detected