()
| 333 | } |
| 334 | |
| 335 | public async canShareTask(): Promise<boolean> { |
| 336 | this.ensureInitialized() |
| 337 | return this.shareService!.canShareTask() |
| 338 | } |
| 339 | |
| 340 | public async canSharePublicly(): Promise<boolean> { |
| 341 | this.ensureInitialized() |
no test coverage detected