()
| 112 | await provider.contextProxy.setValue(key, value) |
| 113 | |
| 114 | const getCurrentCwd = () => { |
| 115 | return provider.getCurrentTask()?.cwd || provider.cwd |
| 116 | } |
| 117 | |
| 118 | const isCloudServiceAvailable = () => CloudService.hasInstance() |
| 119 |
no test coverage detected