* Check if a directory has been initialized as a CodeGraph project
(projectRoot: string)
| 404 | * Check if a directory has been initialized as a CodeGraph project |
| 405 | */ |
| 406 | static isInitialized(projectRoot: string): boolean { |
| 407 | return isInitialized(path.resolve(projectRoot)); |
| 408 | } |
| 409 | |
| 410 | /** |
| 411 | * Close the CodeGraph instance and release resources |
no test coverage detected