* Check if a directory has been initialized as a CodeGraph project
(projectRoot: string)
| 396 | * Check if a directory has been initialized as a CodeGraph project |
| 397 | */ |
| 398 | static isInitialized(projectRoot: string): boolean { |
| 399 | return isInitialized(path.resolve(projectRoot)); |
| 400 | } |
| 401 | |
| 402 | /** |
| 403 | * Close the CodeGraph instance and release resources |
no test coverage detected