(cache: DependencyCache)
| 1017 | private _dependencyCache: DependencyCache | undefined = undefined; |
| 1018 | |
| 1019 | setDependencyCache(cache: DependencyCache): void { |
| 1020 | this._dependencyCache = cache; |
| 1021 | } |
| 1022 | |
| 1023 | getBlockingTaskPaths(taskPath: string): string[] { |
| 1024 | if (!this._dependencyCache) { |
no outgoing calls
no test coverage detected