* Compatibility method - same as getTaskInfo
(path: string)
| 912 | * Compatibility method - same as getTaskInfo |
| 913 | */ |
| 914 | async getCachedTaskInfo(path: string): Promise<TaskInfo | null> { |
| 915 | return this.getTaskInfo(path); |
| 916 | } |
| 917 | |
| 918 | /** |
| 919 | * Synchronous task info getter (reads from metadataCache) |
no test coverage detected