()
| 17 | private resetTimer: NodeJS.Timeout | null = null |
| 18 | |
| 19 | get cwd() { |
| 20 | return this.providerRef?.deref()?.cwd ?? getWorkspacePath() |
| 21 | } |
| 22 | constructor(provider: ClineProvider) { |
| 23 | this.providerRef = new WeakRef(provider) |
| 24 | this.registerListeners() |
no test coverage detected